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
159
grid with lot of records
posted

Hi,

I am finding hard to get sorting, filtering, and virtual scrolling all working togather in my code. Can someone assist me with a code. Just fyi, my grid has got lot of records say 50k so virtual scrolling fails with json error. As a workaround I disabled page view state but that is breaking sorting & filtering. Clear filter stops working and sorting gives nullreferenceexception at Infragistics.Web.UI.GridControls.Sorting.OnColumnSorted(ControlDataField column)

paging is not an option. thanks.