This question is locked. New answers and comments are not allowed.
Filter functionality of the grid is not working within the form.
i.e.
works, but following does NOT
Is it bug or am I doing something wrong?
I need the FORM arround, since I'm extending grid's functionality and adding toolbar to the grid.
Thanks.
i.e.
| Html.Telerik().Grid<Service>().... |
works, but following does NOT
| <form method="post"> <% Html.Telerik().Grid<Service>() .... </form> |
Is it bug or am I doing something wrong?
I need the FORM arround, since I'm extending grid's functionality and adding toolbar to the grid.
Thanks.