Pouya
Pouya

Reputation: 1918

How to Custom Search Panel In jQGrid

How Custom Search Panel In jQgrid example I Want translate search operation example equal to = or greaderthen > or ... or translate to arabic,

thanks all


enter image description here

Upvotes: 0

Views: 2144

Answers (1)

Mark
Mark

Reputation: 1347

I have perused the jqGrid wiki and found two pages which might help you.

  1. This page talks about custom searching and its parameters. Notice that you can bind to the beforeSearch event and fire your own function, and parse the search text to accomplish whatever you want.
  2. There is also toolbar searching, which allows custom filtering on each field in your data table. Depending on your solution, you may want to pursue this path. Again, this option also has events that you can bind to if the default search options don't fit your need.

Upvotes: 1

Related Questions