This question is locked. New answers and comments are not allowed.
I setup ajax custom binding with paging and I need to specify the page size at initial load server side (without knowing anything about the browser page, size, etc) and then the grid just naturally renders it's size and takes up whatever space it needs.
How can I make the grid display in a fixed or percentage height size and it just naturally figures out how many rows it can show, and it automatically sets that into the GridCommand when making the ajax call to fetch data?
How can I make the grid display in a fixed or percentage height size and it just naturally figures out how many rows it can show, and it automatically sets that into the GridCommand when making the ajax call to fetch data?