Hi,
I want to resize the RadGrid on the client side on window resize. Right now, i can do that. The issue is that the whole mastertable got resized as i set the height to be 100%.
I want the master table to be 100% but i do not want the rows to be resized (stretch). I want fix size for the rows. So, if there is no data i want empty grid with 100 % height and the pager right at the bottom. Similarly, for less records, show few records and then all empty space and then right at the bottom, show the pager.
Right now , it strectches all the records height to fill the space. It does resize though which is great.
Also, i have custom paging on, so i only fetch data page by page. The virtual count is also set programmatically. now, how can i achieve the functionality ?
Regards,
Osman
Senior Developer
I want to resize the RadGrid on the client side on window resize. Right now, i can do that. The issue is that the whole mastertable got resized as i set the height to be 100%.
I want the master table to be 100% but i do not want the rows to be resized (stretch). I want fix size for the rows. So, if there is no data i want empty grid with 100 % height and the pager right at the bottom. Similarly, for less records, show few records and then all empty space and then right at the bottom, show the pager.
Right now , it strectches all the records height to fill the space. It does resize though which is great.
Also, i have custom paging on, so i only fetch data page by page. The virtual count is also set programmatically. now, how can i achieve the functionality ?
Regards,
Osman
Senior Developer
