Hi,
i am using something like this..
<telerik:RadSplitter ID="RadSplitter1" runat="server">
<telerik:RadPane ID="RadPane1" runat="server">
<telerik:RadToolBar ID="RadToolBar1" runat="server" Skin="WebBlue"
Width="100%" OnButtonClick="ToolbarButtonCommand">
<Items>
<telerik:RadToolBarButton runat="server"
NavigateUrl="~/Membership/NewUser.aspx" Text="New">
</telerik:RadToolBarButton>
</Items>
</telerik:RadToolBar>
</div>
<telerik:RadGrid ID="UsersGrid" runat="server" DataSourceID="dsUsers"
Skin="Outlook" AutoGenerateColumns="False" AllowPaging="True"
.........................................
my problem is in firefox or radpane that is dynamicly managed by javascript (sized). Now, internal toolbar is causing problems, and resizes only to width of RadPane, that is only initial and not real because of datagrid that goes into overflow area.
Is there any workaround for this? and what do u suggest?
I am experienced with frontend coding and i would like to know, do u in future plan to move to full tableless CSS design because i saw that many of controls (almost most of them) use tables! (this is really bad and doesn't render anywhere correctly).
i am using something like this..
<telerik:RadSplitter ID="RadSplitter1" runat="server">
<telerik:RadPane ID="RadPane1" runat="server">
<telerik:RadToolBar ID="RadToolBar1" runat="server" Skin="WebBlue"
Width="100%" OnButtonClick="ToolbarButtonCommand">
<Items>
<telerik:RadToolBarButton runat="server"
NavigateUrl="~/Membership/NewUser.aspx" Text="New">
</telerik:RadToolBarButton>
</Items>
</telerik:RadToolBar>
</div>
<telerik:RadGrid ID="UsersGrid" runat="server" DataSourceID="dsUsers"
Skin="Outlook" AutoGenerateColumns="False" AllowPaging="True"
.........................................
my problem is in firefox or radpane that is dynamicly managed by javascript (sized). Now, internal toolbar is causing problems, and resizes only to width of RadPane, that is only initial and not real because of datagrid that goes into overflow area.
Is there any workaround for this? and what do u suggest?
I am experienced with frontend coding and i would like to know, do u in future plan to move to full tableless CSS design because i saw that many of controls (almost most of them) use tables! (this is really bad and doesn't render anywhere correctly).