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

Item's Width in Edit Mode

2 Answers 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jugoslav
Top achievements
Rank 1
Jugoslav asked on 24 Jul 2014, 03:17 PM
Why it appears different in IE and Chrome (including FF and Opera) ?
<telerik:RadGrid
        ID="RadGrid1"
        runat="server"
        AutoGenerateColumns="false"
        AllowMultiRowSelection="true"
        AllowPaging="true"
        AllowSorting="true"                
        GridLines="None"
        ShowGroupPanel="false" Skin="MetroTouch" AutoGenerateEditColumn="true" Width="100%">

As you i expect it to be 100% but it's not ... i have also set the Width property of all controls inside the template columns to 100% e.g.
<telerik:GridTemplateColumn HeaderText="Company" Display="false">
                    <ItemTemplate>
                        <asp:Label ID="CompanyID" runat="server" Text='<%# Eval("CompanyID")%>' />
                    </ItemTemplate>
                    <EditItemTemplate>
                        <telerik:RadComboBox ID="CompanyIDEdit" runat="server" Width="100%" Skin="MetroTouch"></telerik:RadComboBox>
                    </EditItemTemplate>
                </telerik:GridTemplateColumn>

2 Answers, 1 is accepted

Sort by
0
Jugoslav
Top achievements
Rank 1
answered on 28 Jul 2014, 09:40 AM
* B U M P *
0
Angel Petrov
Telerik team
answered on 29 Jul 2014, 11:27 AM
Hi Jugoslav,

From the image provided it seems that the actual cells in the EditForm have a different width. However it would be hard to tell what exactly is causing this without having a better understanding of the exact setup. That said please share with us the entire page contents(markup and code-behind) so we could examine the implementation. Additionally if custom CSS is used please include it as well.

Regards,
Angel Petrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Jugoslav
Top achievements
Rank 1
Answers by
Jugoslav
Top achievements
Rank 1
Angel Petrov
Telerik team
Share this question
or