Hi Haneef,
Thank you for your assistance. The sample does not seem to provide the desired functionality, unless I am overlooking something. While clicking the grid headers will actively re-sort the grid, and editing through the ListWrapper prevents the grid from jumping around, I have not observed the grid actively resort itself once editing is complete (i.e. the grid loses input focus). An attempted call to refresh the grid on the Leave event does not update the grid rows to reflect the new sort information.
Additionally, I am using a GridGroupingControl in my project. Will the ListWrapper port to work with the GridGroupingControl, or are the object/event models between the GridGroupingControl and GridDataBoundGrid too distinct?
Thanks for your continued assistance.
>Hi John,
The attached sample implements the ListWrapper class to avoid the 'jumps' while the user changes the value in a sorted column. It also support the multicolumn sorting in a grid. Please try this and let me know if this helps.
Here is a sample.
WrapperClassSortSample.zipBest Regards,
Haneef