This is a migrated thread and some comments may be shown as answers.

resize in firefox overflow problem

1 Answer 89 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Vjeran
Top achievements
Rank 2
Vjeran asked on 18 Aug 2008, 02:36 PM
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).

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 20 Aug 2008, 01:46 PM
Hi Vjeran,

The provided code is  not enough for us to reproduce the problem. Could you please open a support ticket and send us a sample project illustrating the problem, so we can test it locally?  Thanks

About your second question, we use tableless css design in some of our controls (RadToolBar, RadTreeView, RadMenu, etc) but there are also scenarios where we are not able to avoid tables.

Greetings,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolBar
Asked by
Vjeran
Top achievements
Rank 2
Answers by
Yana
Telerik team
Share this question
or