Hi,
I added the telerik radgrid in an ascx control which is added to the MasterPage asp:ContentPlaceHolder in the following code:
<div id="main">
I was able to adjust the width of the main in my css file and the radgrid width fully occupied the ContentPlaceHolder but not the height. I change the min-height of teh #main in the css file but I see the height of the container was increased but the grid height did not change.
My RadGrid is inside a asp:UpdatePanel.
what is the best method to adjust the radgrid in the ascx control to fully occupy the height.
Any help is appreciated.
I added the telerik radgrid in an ascx control which is added to the MasterPage asp:ContentPlaceHolder in the following code:
<div id="main">
<asp:ContentPlaceHolder ID="MyContent" runat="server">
</asp:ContentPlaceHolder>
</div>
I was able to adjust the width of the main in my css file and the radgrid width fully occupied the ContentPlaceHolder but not the height. I change the min-height of teh #main in the css file but I see the height of the container was increased but the grid height did not change.
My RadGrid is inside a asp:UpdatePanel.
what is the best method to adjust the radgrid in the ascx control to fully occupy the height.
Any help is appreciated.