Using the toolbar search feature provided by jqgrid in my application. The search logic is handled at the server-side. It works perfect. I am trying to integrate the operand based search on toolbar. The problem is it doesn't send any operand based information to the backend, thus making it impossible for me do proper search.
I have initialized my JQGRID something like this:
$(“#list”).jqGrid({
url:'rest/usertest/users',
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top