Hi All,
I would like to have sorting and paging done in the client side using ultra webgrid , can any body help me on this requirement ..
regards ,
FAIZAL AHMED.H
For Paging , I am not sure but for sorting you can use following code -
mobjCServerGrid.DisplayLayout.AllowSortingDefault = Infragistics.WebUI.UltraWebGrid.AllowSorting.OnClient;