I get a grid in a user control that I load dynamically in a PageView, using LoadControl.
I want the grid has a 100% height and width. But it didn't. The grid has a 100% width, but height is not set to 100%.
Only the grid header is visible.
I try various tricks I found on the forum and on the code library (this example : http://www.telerik.com/community/code-library/aspnet-ajax/ajax/how-to-set-100-height-and-random-styles-to-a-radajaxmanager-update-panel.aspx#590889) but that not works.
Is there a solution ?
I want the grid has a 100% height and width. But it didn't. The grid has a 100% width, but height is not set to 100%.
Only the grid header is visible.
I try various tricks I found on the forum and on the code library (this example : http://www.telerik.com/community/code-library/aspnet-ajax/ajax/how-to-set-100-height-and-random-styles-to-a-radajaxmanager-update-panel.aspx#590889) but that not works.
Is there a solution ?