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

Appearance of GridDateTimeColumn Filter

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eric Klein
Top achievements
Rank 1
Eric Klein asked on 27 Nov 2013, 07:01 PM
When you add the filter and EnableRangeFiltering is set to true it shows the to and the from on the same line, is there a way to have it right justified and on 2 lines?

1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 02 Dec 2013, 09:59 AM
Hello Eric,

You can achieve this by changing the display property of the filter. Just add the following CSS to your page styles:

.rgFilterRow .RadPicker {
    display: block !important;
}
 

Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Eric Klein
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Share this question
or