This question is locked. New answers and comments are not allowed.
Hi,
I have to display huge amount of data (millions of records) in a grid. If I take the whole data and display in the Grid, then it is a big performance issue.
So I am getting the data based on the Page index and page size from the database.
I wish to use the RadDataFilter with this Grid.
The problem is, when we use the RadDataFilter it will filter only the data that is loaded in the Grid. And in this case I am not loading the complete data into the grid.
So I am planning to collect the filter criterion from the RadDataFilter and send it to the database query.
Please guide me how (in which event) can I get the filter criterion from the rad filter and in which event of the RadDataFilter I need to send the data to the database.
Please help.
Regards,
SivaPrasad.B
I have to display huge amount of data (millions of records) in a grid. If I take the whole data and display in the Grid, then it is a big performance issue.
So I am getting the data based on the Page index and page size from the database.
I wish to use the RadDataFilter with this Grid.
The problem is, when we use the RadDataFilter it will filter only the data that is loaded in the Grid. And in this case I am not loading the complete data into the grid.
So I am planning to collect the filter criterion from the RadDataFilter and send it to the database query.
Please guide me how (in which event) can I get the filter criterion from the rad filter and in which event of the RadDataFilter I need to send the data to the database.
Please help.
Regards,
SivaPrasad.B
