:: Forum >>

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
Tuesday, March 31, 2009
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)
Friday, April 3, 2009

This topic is archived.


Back to support forum

Forum search