Hi,
I'm using rad grid with client side data binding and so far everything works fine except for issues with paging. Paging works fine but there is a problem with Page size. With the page size drop down menu jumping from 10 to 20 or 20 to 50 data is not displaying correctly once the page size exceeds the number set in the pageSize property. I attached a screen shot to give you an idea. The page size property is set to 10 and my data grid is displaying 20 results. You can see where the first 10 displays correctly but the second 10 does not. If I set the page size property to 20 then everything is fine. I tried setting the page size property(tableView.set_pageSize(20)) on the client side but that didn't work. Any suggestions? I'll really appreciate it.
Thanks,
Ron
I'm using rad grid with client side data binding and so far everything works fine except for issues with paging. Paging works fine but there is a problem with Page size. With the page size drop down menu jumping from 10 to 20 or 20 to 50 data is not displaying correctly once the page size exceeds the number set in the pageSize property. I attached a screen shot to give you an idea. The page size property is set to 10 and my data grid is displaying 20 results. You can see where the first 10 displays correctly but the second 10 does not. If I set the page size property to 20 then everything is fine. I tried setting the page size property(tableView.set_pageSize(20)) on the client side but that didn't work. Any suggestions? I'll really appreciate it.
Thanks,
Ron