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

How to catch client event of filted add expresion button and apply button?

1 Answer 2952 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Vova
Top achievements
Rank 1
Vova asked on 05 Aug 2013, 11:25 AM
How to catch client event of  filter add expression button and apply button?

Hello i using list box when i press add expression button or  apply button i going  add specifics class to my items but it seems like i add class and only then it build list again i need to run my function after the event of button add  expression  or apply  button is finished, sow how can i do this?

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 08 Aug 2013, 08:36 AM
Hello Vova,

The styles can be applied by subscribing to the OnPreRender event of the RadListBox. Additionally you can raise a flag in the OnApplyExpressions event to indicate whether a filter is applied.

Regards,
Angel Petrov
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
Vova
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or