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

Calling FilterExpression

0 Answers 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Appu
Top achievements
Rank 1
Appu asked on 08 Jul 2009, 01:44 PM
Hi i have inbuilt filterexpression like below:
<telerik:GridBoundColumn SortExpression="OrgName1" HeaderStyle-Width="5.33%" ItemStyle-Wrap="true"
                            UniqueName="OrgName1" CurrentFilterFunction="contains" AutoPostBackOnFilter="true"
                            FooterText="OrgName :" Aggregate="CountDistinct" HeaderText="OrgName"  ShowFilterIcon="false"
                            DataField="OrgName1">

I would like to call this controls filterexpression value in codebehind whenever i switched over from this input control to  another control

Because i am getting filter combo value in selectechanged event from serverside so that i can get combo value during that event fired.
But the above code how can i cal event and get the value of that input control from server side

Appu

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Appu
Top achievements
Rank 1
Share this question
or