Does anyone know of an example of how to do smooth scrolling similiar to the Xceed grid with the RadGridView.
Basically what they do is allow you to sort filter and group without paging and just with the scroll bar. Say you have 1 million records you can scroll through them without hitting the database for all the data. It just gets the 200 at a time, you can set the value as well. All you need to do is give it a Iqueryable and it does the rest.
Can you do this with the RadGridView?
Bryan
Basically what they do is allow you to sort filter and group without paging and just with the scroll bar. Say you have 1 million records you can scroll through them without hitting the database for all the data. It just gets the 200 at a time, you can set the value as well. All you need to do is give it a Iqueryable and it does the rest.
Can you do this with the RadGridView?
Bryan