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

How to get the expression in my button event instead of apply button?

1 Answer 23 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Jin
Top achievements
Rank 1
Jin asked on 05 Sep 2012, 01:20 PM
How to get the expression in my button event instead of apply button?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 07 Sep 2012, 11:22 AM
Hi Jin,

You could apply the chosen filter expressions on your custom button using the following approach:
protected void Button1_Click(object sender, EventArgs e)
{
    RadFilter1.FireApplyCommand();
}

That should do the trick.

Regards,
Eyup
the Telerik team
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 their blog feed now.
Tags
Filter
Asked by
Jin
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or