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
20
Sorting issue in UltraWebGrid
posted

I am using a ultrawed grid in my application.Actually Iam not binding data to grid from database. I called a service and retrieved data and bound data to the grid.

when i clicked on column header of first page,filtering and sorting is working fine but when moved to second page,filtering is working but sorting is not working all columns.

Iam getting value as "none" for this line in second and third pages.

string

 

 

 

strSortOrder = Grid1.Columns[e.ColumnNo].SortIndicator.ToString()