Hi I would like to ask how can i filter the current contents of the Telerik mvc grid by the selected value in Html.Telerik().DropDownList?
I think there's some js scripts needed which I'm figuring out.
Thanks in advance.
-Lawrence
|
Hi I would like to ask how can i filter the current contents of the Telerik mvc grid by the selected value in Html.Telerik().DropDownList? I think there's some js scripts needed which I'm figuring out. Thanks in advance. -Lawrence |
|||
|
|
|
In your dropdownlist's onchange event:
and in your grid's ondatabinding event:
In your controller, add the dropdownlist parameter to your GridAction and perform your action. |
|||
|
|