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