tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

" setGroupHeaders " function in JQGRID affect search and filtering, both header and form search #1030

Closed Sudo-AA closed 1 year ago

Sudo-AA commented 1 year ago

image image image

tonytomov commented 1 year ago

Hello,

Can you please provide a working test case? Thank you.

Sudo-AA commented 1 year ago

Hi,

When I include the column that's searchable in the group header it automatically disables the search function. Both search button in pager and inline nav search.

You can see the affected lines above. Thank you

parallels999 commented 1 year ago

@V-for-velascoDMY23 when @tonytomov says a working test case means a running test case example: https://jsfiddle.net/jom906n1/

Sudo-AA commented 1 year ago

Hi @tonytomov When I reported this issue, I was using jqGrid 5.7.0 then now I updated it to your current version, which solved the problem. thanks! I'm currently developing an intranet web app, so I am not using online JS and CSS libraries.