Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
912
auto set pagesize for max visible records after grid size change
posted

I have a webdatagrid with the WebResizingExtender attached.  My default grid size allows 6 records to be visible without scrolling so I set pagesize to 6.   Is there an easy way to determine the max amount of visible records after the user resizes the grid using the webResizingExtender?  Currently, when the user makes the grid bigger,  the grid shows blank space at the bottom as the pagesize is still 6. I would like to do this automatically without having to add a control for the user to set pagesize manually.

Parents Reply Children
No Data