Greetings all,
Are there any examples for using 'filtertoolbar' with spring mvc 3 ? for my understanding is we need to post a request to the every letter user typed in the text box to the server side and filter the specific column accordingly. is this the right approach to do it? i am using json object that binds with response ('@ResponseBody'). can someone please give me some directions.. one another question is we need to arrange the dataset (json) according to the parameters user sent from the backend and will it be rendered as it is in the jqgrid? if i use .trigger("reloadGrid") ? Thanks in advance for your great help..