This question is locked. New answers and comments are not allowed.
I'm trying to create a grid with some personnel records. I'd prefer our users to just use the built-in grouping and filtering functionality within the Telerik grid. However, they would like to filter the data grid based on html input boxes outside the grid on the same page. So I'm trying to figure out how to ajax databind a grid based on input field values on the same page. I'm just getting started with MVC3 and Telerik and wanted to get thoughts on the best approach to do this.
Things i'm trying to figure out:
1. Figure out how to pass the input values as routedictionaryvalues and use it in LINQ statement at controller?
2. Call the ajaxbinding controller action from javascript while passing the form elements...?
thx in advance.
Things i'm trying to figure out:
1. Figure out how to pass the input values as routedictionaryvalues and use it in LINQ statement at controller?
2. Call the ajaxbinding controller action from javascript while passing the form elements...?
thx in advance.