Skip to content

Replies

0
Guru
Guru answered on Aug 13, 2012 4:14 PM

Borislav,

I am just trying this with local data right now. I have a local JSON data which has 20 rows and I have bound that to the grid. I have enabled Paging and Filtering. As I said, If I had paging with 10 rows per page, my grid will have 2 pages. If I do a filtering based on a column and suppose that resulted in 15 rows of data, it will render it in 2 pages (1st page 10 rows, 2nd page 5 rows). Now if I call dataView(), it is returning 10 but I need the entire filtered data which is 15.

Thanks

Guru

0
Guru
Guru answered on Aug 13, 2012 3:55 PM

Hi Borislav,

Thanks for the response. I even tried that but it is giving me the data that is rendered in the current page but not the entire data. Lets say my grid has 20 rows and I have paging enabled with 10 rows per page. Once I filter the data, if the data span to 2 pages (lets say 15 rows..2 pages) When I call dataView(), it just returns me 10 not 15. I used the same JavaScript that you mentioned. Let me know if that is not the case.

Thanks

Guru