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

Issue with a filterable GridDateTimeColumn and chrome browser

1 Answer 165 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Melanie Vial
Top achievements
Rank 1
Melanie Vial asked on 22 Jun 2010, 04:35 PM
Hello,

I tried to add a griddatetimecolum in my grid and the display is really bad in chrome as you can see in attachment files. 
At first the griddatetimecolumn is very large and the refresh button is in a strange position.

Is it a way to see it the same way as internet explorer or firefox?

My aspx page contains this description for the grid:

<telerik:RadGrid ID="mGrdEvent" runat="server" GridLines="None" AllowPaging="True"
    AllowSorting="True" AutoGenerateColumns="False" ShowStatusBar="True" 
     AllowFilteringByColumn="True" ...
    >
   
    <MasterTableView  CommandItemDisplay="Top" DataKeyNames="Identifier"
        AllowFilteringByColumn="true" AllowAutomaticInserts="False">
        <Columns>

 ...               
      <telerik:GridDateTimeColumn UniqueName="CreationDate" DataField="CreationDate"  
                     PickerType="DateTimePicker" HeaderText="Creation date" DataFormatString="{0}">
          <ItemStyle Width="120px" />
            </telerik:GridDateTimeColumn>
        </Columns>
...
    </MasterTableView>

</telerik:RadGrid>



1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 25 Jun 2010, 06:34 AM
Hi Melanie,

Thank you for contacting us.

Unfortunately, this is a known browser-behavior in Chrome and to solve the issue at hand you need to set the FilterControlWidth property of the DateTime column in pixels, e.g. 100px.

Hope this information helps.

Regards,
Tsvetoslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Melanie Vial
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or