Hi,
I am using Asp.Net Grid for loading large data. It needs features of filtering, paging, editing; Now, the problem is with pging as it takes quite a bit of time. So, I switched to on-demand paging but the problem with that is, it applies filters to only the current page records. So, searched of virtual scrolling but it is not available.
Of course, the combination is available in Asp.Net MVC. But I need this for Asp.Net only. Is there a solution for this?
Thanks in advance!