This question is locked. New answers and comments are not allowed.
I am trying to build a search form that has a dropdown list on it and a text box for search terms. Users select an item from drop down list, enter search terms and click search. The results should be displayed in results grid below.
I want to do this with ajax binding and GridOperationMode.Client
I can use ajax.beginform to call the search method but that does not load the results into the grid.
Any help is appreciated.
I want to do this with ajax binding and GridOperationMode.Client
I can use ajax.beginform to call the search method but that does not load the results into the grid.
Any help is appreciated.