I want to use paging in my radGrid but at the same time resize the grid to 100% height in my browser or div.
A bit like this example: http://demos.telerik.com/aspnet-ajax/Grid/Examples/Programming/CustomizingPager/DefaultCS.aspx but I want the page size to be variable and be based on the containers height and how many objects it can fit in the grid when maximized.
For example if the height is big then the grid would hold 100 objects per page and if I resize it smaller it could only hold 10 objects. And all this is controlled automatically and programatically.
How can I solve this?
A bit like this example: http://demos.telerik.com/aspnet-ajax/Grid/Examples/Programming/CustomizingPager/DefaultCS.aspx but I want the page size to be variable and be based on the containers height and how many objects it can fit in the grid when maximized.
For example if the height is big then the grid would hold 100 objects per page and if I resize it smaller it could only hold 10 objects. And all this is controlled automatically and programatically.
How can I solve this?