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

Custom Filer Window (Advance Search)

1 Answer 41 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Debajyoti
Top achievements
Rank 2
Debajyoti asked on 02 Jul 2013, 03:57 PM
Greetings,
the filter rad control is a very powerful control, yet it's not intuitive for the "not so savvy" users.
Is it possible to customize the control to be able to create a look/behavior similar to the one in the attached images.
Any Idea or help code will be appreciated.
Please help

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 05 Jul 2013, 08:50 AM
Hello,

In order to achieve this look for the RadFilter control you should use custom skin. With this custom skin you could position the elements of the control in the arrangement you would like. You could set display:none for the elements of the RadFilter you would like to be hidden. If you would like you could check the typical HTML output of a RadFilter control here. Note that displaying the context menu setting the operand in the expression (Equal to, Contains, etc.) as RadComboBox would be hard to achieve.

Another approach is to manually create the controls and collect the values entered by the user. Then you could use this data to create a custom filter expression. You could find additional information on manually building filter expressions in this article.

I hope this information would be helpful to you.

Regards,
Viktor Tachev
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
Filter
Asked by
Debajyoti
Top achievements
Rank 2
Answers by
Viktor Tachev
Telerik team
Share this question
or