3.2.0

Grid sorting refreshes the Grid element to its innitial state

Hi,
Im facing a problem after sorting the grid by a column.
Im having HTML elements (textfield, check box etc,) inside my grid as column elements with some default values. User can override those values. But the moment when I click on some text column for sorting, the elements are getting refreshed with the default values. I want to retain the updated values even after the sort.

Please can someone help me??

Regards,
Prabhat.
Prabhat
March 31,
Sorting destroys all html elements and creates new elements for the rows which are visible after sort. If you use html input elements inside the grid cells - you must save the values immediately on the blur event.
Alex (ActiveWidgets)
April 3,

This topic is archived.

See also:


Back to support forum