Good morning,
We are having an issue with filtering on grids. We are presenting data that contains a pipe “|” and using the built in filter functionality in jqgrid. Lets assume the rows look like: “M:DRM|S:E|L:1|Z:10”, If I were to enter “M:DRM” into the filter textbox, it will filter correctly to the rows which contain “M:DRM”. Now if I were to enter “M:DRM|” or “M:DRM|S” it will show all rows or all rows containing “M:DRM|S” respectively. I would like for the filtering to treat the “|” as any other character.
How can I overcome this, I do not require “|” to be applied as an “OR” in the filter.
Thanks in advance.
AC