Datagrid Paging not working when using rowfilter on dataview
-
Hi, I was displaying data in a datagrid using the dataview as the datasource for the datagrid. Paging worked properly when i used sort property on the dataview, however it failed when i used the rowfilter property on the dataview to filter records. If anyone has faced this problem before please let me know the solution at the earliest. Thanks & Regards, Siddharth P
-
Hi, I was displaying data in a datagrid using the dataview as the datasource for the datagrid. Paging worked properly when i used sort property on the dataview, however it failed when i used the rowfilter property on the dataview to filter records. If anyone has faced this problem before please let me know the solution at the earliest. Thanks & Regards, Siddharth P
Row filter method returns you the collection of filterd rows. You will have to store those filtered rows in a table or Dataview. Than Bind your grid with the filtered rows dataset.
Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com