Hi All,
I have implemented pagination in the Live Grid of size 100 per page, Also I have the filters attached to the grid columns. When the filter is executed I am getting the data filtered from the current page but I need to get the data filtered on the entire data present in the database.
Suppose in the db if I have 300 records, I have the list grid with 3 pages of data with 100 records shown in each page. But when the filter is executed I want the data to be filtered across the whole (300 records) present in the db but not per page.
Can any one help me please ?
Thanks
I have implemented pagination in the Live Grid of size 100 per page, Also I have the filters attached to the grid columns. When the filter is executed I am getting the data filtered from the current page but I need to get the data filtered on the entire data present in the database.
Suppose in the db if I have 300 records, I have the list grid with 3 pages of data with 100 records shown in each page. But when the filter is executed I want the data to be filtered across the whole (300 records) present in the db but not per page.
Can any one help me please ?
Thanks