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

ExpandCollapse Column width not working

0 Answers 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
marco
Top achievements
Rank 2
marco asked on 09 Mar 2017, 10:13 AM

I have a very simple grid

 

<telerik:RadGrid ID="GrdCourses" runat="server" OnNeedDataSource="GrdCourses_NeedDataSource" OnDetailTableDataBind="GrdCourses_DetailTableDataBind" AutoGenerateColumns="false" MasterTableView-ExpandCollapseColumn-HeaderStyle-Width="50px">
    <ClientSettings AllowDragToGroup="false">
        <Scrolling AllowScroll="true" UseStaticHeaders="True" />
        <Resizing AllowColumnResize="true" />
    </ClientSettings>
    <MasterTableView DataKeyNames="ProductPlanID">
        <Columns>

 

I was thinking that MasterTableView-ExpandCollapseColumn-HeaderStyle-Width property was there to set the width of the ExpandCollapse column... but it has no effect at all.

The skin has been set to tBoostrap in the web.config.

No other CSS are applied

I'm using v 2017.1.228

 

Anyone knows a workaround to this bug?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
marco
Top achievements
Rank 2
Share this question
or