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

Need to All More Dropdown List in filter Control

1 Answer 47 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Umair
Top achievements
Rank 1
Umair asked on 08 Apr 2021, 11:52 AM

Dear,

I want to Add dynamic & cascade dropdown in filter control in .NET CORE but current it allows only one dropdown in Filter Field. 

Below is the screen shot attached "Payout Rule - 6.png" what actually I want to achieve. Is there any way to customize this control in .NET CORE so kindly share. 

1 Answer, 1 is accepted

Sort by
0
Tsvetomir
Telerik team
answered on 13 Apr 2021, 06:36 AM

Hi Umair,

In general, there are exactly three widgets for each row in the Filter widget, one for:

  • the field
  • the operator
  • the editor

If you would like to modify the editor and add more widgets, you could do so by adding custom editors. The following example demonstrates how to declare a custom editor:

https://demos.telerik.com/aspnet-core/filter/custom-editors

Given the example above, declare multiple DropDownList widgets for the editor, populate and bind them accordingly.

Let me know if additional information is needed.

 

Regards,
Tsvetomir
Progress Telerik

Тhe web is about to get a bit better! 

The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.

Tags
Filter
Asked by
Umair
Top achievements
Rank 1
Answers by
Tsvetomir
Telerik team
Share this question
or