Hi to all,
i'm testing telerik controls and they are fantastic !! (the best of all i tested in the last days)
But i've a problem with datagrid height. I used panes to align my usercontrols (and my radgrid is inside a usercontrol) but it cannot fill the pane height. Playing with firebug in html code i see this structure:
The problem is inside div "CustomersGridControl1_CustomersGridControl1$RadGridCustomersPanel" (i suppose it's generated from radgrid control because it doesn't exist in my code). With firebug i setted the style height="100%" and all work fine. But i don't know how style it from aspx code.
Sorry if it's a stupid question.. but this is my first experience with terelik controls and also with asp.net (i used php many years ago and .net only for desktop applications). Probabilly i'm loosing my self in a "glass of water".
P.S.: i'm using latest telerik trials controls with visual studio express 2010
Regards
Sandro
i'm testing telerik controls and they are fantastic !! (the best of all i tested in the last days)
But i've a problem with datagrid height. I used panes to align my usercontrols (and my radgrid is inside a usercontrol) but it cannot fill the pane height. Playing with firebug in html code i see this structure:
| <div id="RAD_SPLITTER_PANE_CONTENT_RadPane2" ... > |
| <div> other my customs usercontrol elements </div> |
| <div id="CustomersGridControl1_CustomersGridControl1$RadGridCustomersPanel" ... > |
| <div id="CustomersGridControl1_RadGridCustomer" ...> |
| OTHER GRID ELEMENTS |
| </div> |
| </div> |
| </div> |
The problem is inside div "CustomersGridControl1_CustomersGridControl1$RadGridCustomersPanel" (i suppose it's generated from radgrid control because it doesn't exist in my code). With firebug i setted the style height="100%" and all work fine. But i don't know how style it from aspx code.
Sorry if it's a stupid question.. but this is my first experience with terelik controls and also with asp.net (i used php many years ago and .net only for desktop applications). Probabilly i'm loosing my self in a "glass of water".
P.S.: i'm using latest telerik trials controls with visual studio express 2010
Regards
Sandro
