jfin
13 Jan 2009, 12:35 PM
I have a page which involves communication between a form in a LayoutContainer and a set of records in a Grid.
When there are changes in a form field, we update the value in the database and then update the store which backs the grid via callback.
The store.update() appears to cause the Grid to steal focus from the field to which the user tabbed which caused the update to take place.
Is there a way to update the store without causing focus from the form field to be lost?
When there are changes in a form field, we update the value in the database and then update the store which backs the grid via callback.
The store.update() appears to cause the Grid to steal focus from the field to which the user tabbed which caused the update to take place.
Is there a way to update the store without causing focus from the form field to be lost?