Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
535
Maintain state of check box in template column of sortable ultrawebgrid
posted

Hi,

We are using ASP.NET 2.0 C# with ultrawebgrid 8.1 version. I have problem with checkboxes

I have a checkbox in templated column in a sortable UltraWebGrid.   The problem is when the user sort the grid by clicking the column header of other columns, some of the checked boxes become unchecked, and after several sorting, all boxes become unchecked. These checkboxes are checked based on value from database in initialize row event. I have implemented templatedcolumnrestored event also.

So my question is that is how to maintain those checkboxes checked after sorting.

I appreciate your response.

Thanks,

Katta