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
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.