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

GridDateTimeColumn RangeFilter Broken Layout

2 Answers 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lee
Top achievements
Rank 1
Lee asked on 18 Mar 2014, 02:52 PM
Hi,

Whenever I'm using a RadGrid and a GridDateTimeColumn with enableRangeFilter set to true, the layout of the from / to pickers drops. I'm using the latest version of the controls. I'm also using windows 8.1 ie11, compatibility mode has no effect.

<telerik:GridDateTimeColumn DataField="scheduledStart" DataType="System.DateTime"  EnableRangeFiltering="true" EnableTimeIndependentFiltering="true" FilterControlAltText="Filter scheduledStart column" HeaderText="Consulting Date" SortExpression="Consulting Date" UniqueName="scheduledStart" DataFormatString="{0:dd/MM/yyyy}"></telerik:GridDateTimeColumn>

2 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 21 Mar 2014, 07:15 AM
Hi Lee,

There was a similar issue with IE11 but it was fixed. Make sure that you have put the latest dlls in the project. This issue was due to the fact that the display CSS property of the filter controls in case of IE11 was "block". It should be "inline-block" (see attached image). See if this is not your case.

Regards,
Venelin
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
Lee
Top achievements
Rank 1
answered on 21 Mar 2014, 08:46 AM
Champion, that worked a treat.

Many thanks
Tags
Grid
Asked by
Lee
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Lee
Top achievements
Rank 1
Share this question
or