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

Customize display of RadFilter

2 Answers 103 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Amy
Top achievements
Rank 1
Amy asked on 21 Oct 2010, 03:23 PM
Hi!  Is it possible to customize the display of the RadFilter so that the filter displays continuously along one line rather than indenting on separate lines?  If so, could someone point me to an example?

Thank you!

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 26 Oct 2010, 03:04 PM
Hi Amy,

Please add the following CSS code to a test page of yours and tell me whether this is really the layout that you want to achieve, because I doubt that - it is very unusable.

div.RadFilter ul,
div.RadFilter li
{
    clear:none;
}
 
div.RadFilter .rfDiv
{
    float:left;
}

Generally, RadFilter provides the ability to see a text-only preview of the filter expression, as seen in this demo:

http://demos.telerik.com/aspnet-ajax/filter/examples/firstlook/defaultcs.aspx

(add some expressions and the preview will appear below the multiline layout)

Greetings,
Dimo
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
0
Amy
Top achievements
Rank 1
answered on 28 Oct 2010, 01:50 PM
Dimo, thank you for your response.  We've decided at this time to not use the RadFilter after all, but if that changes I will certainly try your suggestion.

Thank you again!!
Tags
Filter
Asked by
Amy
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Amy
Top achievements
Rank 1
Share this question
or