This question is locked. New answers and comments are not allowed.
Hello,
I have viewed the example of the custom toolbar template. As shown, the combobox filters the grid:
http://demos.telerik.com/aspnet-mvc/grid/customtoolbar
In my scenario, I have the exact same UI but with the addition of the update command button (this is using ajax). My problem is that when I update a record (a row in the grid by clicking the update button and saving the result), the view returned (following the update) does not default to the original filter specified by the combobox.
I am struggling with how to pass the value of the combobox to the controller so that the view returned is able to return the original filter. I have googled the heck out of this, but posted here to see what the best approach is.
Thanks for listening,
John
I have viewed the example of the custom toolbar template. As shown, the combobox filters the grid:
http://demos.telerik.com/aspnet-mvc/grid/customtoolbar
In my scenario, I have the exact same UI but with the addition of the update command button (this is using ajax). My problem is that when I update a record (a row in the grid by clicking the update button and saving the result), the view returned (following the update) does not default to the original filter specified by the combobox.
I am struggling with how to pass the value of the combobox to the controller so that the view returned is able to return the original filter. I have googled the heck out of this, but posted here to see what the best approach is.
Thanks for listening,
John