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

How to fire "Add New Criteria Button" and "Delete Button" onClick events

1 Answer 62 Views
DataFilter
This is a migrated thread and some comments may be shown as answers.
Omar
Top achievements
Rank 1
Omar asked on 25 Oct 2011, 09:30 PM
Is it possible to bind and a funtion to "Add New Criteria" and "Delete" buttons onClick event?

Or an alternative event that fires everytime a new Filter Criteria or Nested Operator is added?

http://www.telerik.com/help/silverlight/raddatafilter-visual-structure.html

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 26 Oct 2011, 08:30 AM
Hi Carlos,

Unfortunately, RadDataFilter does not have such events.

You could attach to RadDataFilter.FilterDescriptors.CollectionChanged and RadDataFilter.FilterDescriptors.ItemChanged and listen for various changes there. Use the debugger to see what is thrown when.

I hope this helps.

Greetings,
Ross
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DataFilter
Asked by
Omar
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or