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

GridHTMLEditorColumn in edit mode under Firefox

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 14 Sep 2009, 02:17 PM
Hello,

I am using an GridHTMLEditorColumn and in edit mode, when I edit for first time, the size for content is quite zero, and size for upper control bar and lower status bar are over sized ???

Here is my code

       <telerik:RadGrid ID="LocalizeGrid" runat="server" AllowPaging="True" 
            AllowSorting="True" ShowStatusBar="true"  PageSize="20" GridLines="None" AutoGenerateColumns='false'>  
            <PagerStyle Mode="NextPrevAndNumeric" /> 
            <ClientSettings > 
                    <Resizing AllowColumnResize="True"  ResizeGridOnColumnResize="true" ClipCellContentOnResize="true"/>  
                    <Scrolling AllowScroll="True" ScrollHeight='500px' UseStaticHeaders="True" SaveScrollPosition="True" /> 
                <Selecting AllowRowSelect="True" /> 
            </ClientSettings> 
            <MasterTableView DataKeyNames="TypeName,CrmId,FieldId" TableLayout="Fixed" > 
            <Columns> 
                <telerik:GridClientSelectColumn HeaderStyle-Width="40px" />   
                <telerik:GridEditCommandColumn UniqueName="EditCommandColumn" ButtonType="ImageButton"  HeaderStyle-Width="40px" /> 
                <telerik:GridButtonColumn UniqueName="DeleteColumn" CommandName='Delete' ButtonType="ImageButton"  HeaderStyle-Width="40px"   
                ConfirmDialogType="RadWindow" /> 
                <Telerik:GridBoundColumn DataField="CrmId" DataType='System.Guid' HeaderText="CRMID" UniqueName="CrmId" HeaderStyle-Width="200px" ReadOnly="true" /> 
                <Telerik:GridBoundColumn DataField="FieldId" DataType='System.Int32' HeaderText="FIELDID" HeaderStyle-Width="80px" UniqueName="FieldId" ReadOnly="true" /> 
                <Telerik:GridBoundColumn DataField="ShortValue" HeaderText="SHORTVAL" HeaderStyle-Width="300px" UniqueName="ShortValue" /> 
                <telerik:GridHTMLEditorColumn UniqueName="LongValue" SortExpression="LongValue" HeaderText="LONGVAL" 
                    DataField="LongValue" HeaderStyle-Width="500px">  
                </telerik:GridHTMLEditorColumn> 
            </Columns> 
            <EditFormSettings> 
              <EditColumn ButtonType="ImageButton" /> 
            </EditFormSettings> 
        </MasterTableView> 
        </telerik:RadGrid> 
  
 
Am i the only ?

Thanks for help.

CS

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 17 Sep 2009, 10:25 AM
Hello Christian,

I built a sample project based on your scenario and browse it under IE8 and FF3.5.3 trying to reproduce the issue but without success. Please try it on your side and let us know if you still get the strange appearance. In such case I would ask you to provide us with the browser version you use and a snapshot of the result you get.  

Looking forward to your reply
Martin
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Martin
Telerik team
Share this question
or