Skip to content

Commit

Permalink
Merge pull request #2862 from telerik/StenlyGrigorov-patch-1
Browse files Browse the repository at this point in the history
Update datafilter-editors.md
  • Loading branch information
martinivanoff authored Apr 22, 2024
2 parents de72d15 + 875478c commit d1b671c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions controls/raddatafilter/features/datafilter-editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ position: 3

# Filter Editors



The FilterEditors allow the users to input the value of their filter criteria in the __RadDataFilter__.

## Built-in Filter Editors
Expand All @@ -30,20 +28,11 @@ The following list shows the default editors of different types of data:

![{{ site.framework_name }} RadDataFilter All Default Editors](images/RadDataFilter_Features_FilterEditors_01.png)

You can see a running demo [here](https://demos.telerik.com/silverlight/#DataFilter/DefaultEditors)
.

## Custom Filter Editors

If you want to specify a custom filter editor you can do that by using the __EditorTemplateSelector__ property of the control. Once the editor (custom or default) has been created you can add the final touch to it by attaching to the __EditorCreated__ event. A full example can be found [here]({%slug raddatafilter-how-to-create-custom-filter-editors%}).

You can see a running demo [here](https://demos.telerik.com/silverlight/#DataFilter/CustomEditors)
.

## See Also

* [Getting Started]({%slug datafilter-getting-started%})

* [Filter Descriptors]({%slug raddatafilter-features-filter-descriptors%})

* [Source and Filtered Source]({%slug raddatafilter-features-source-and-filtered-source%})

0 comments on commit d1b671c

Please sign in to comment.