Forum
18:25
09/07/2014
Hi,
I have noticed one bug using navgrid like :
jQuery("#list2").jqGrid('navGrid', '#pager2',
{ edit: false, add: false, del: false },
{},
{},
{},
{ multipleSearch: true, multipleGroup: true, showQuery: true}
Â
This works fine.Â
I have additional code where I can decide which column to show or hide and would be nice  when a column is hidden that time should not appear in the Search Dialog as a filter option so therefore I use:
$.each($('#list2').jqGrid('getGridParam', 'colModel'), function (index, value) {
if (value.name == event.target.name) {
value.search = false;
}
});
so I switch off the searchability on that column and this still works fine.
Â
The bug is when I try to show a column which has been hidden and switch the search field to true that column does not appear in the Search Dialog any more. You have to refresh the page to make it visible again.
Â
When I have done some debug and checked colModel search field does not exist, once is exist it does no make difference what is it's value.
Â
IÂ hope you can help me out, maybe I do something wrong.
Thanks,
Sandor
18:05
Moderators
30/10/2007
Hello,
In navGrid search options set recreateFilter option to true.
This will recreate the form and reread the colModel options before to show the search dialog.
{ edit: false, add: false, del: false },
{},
{},
{},
{ multipleSearch: true, multipleGroup: true, showQuery: true, recreateFilter: true}
Regards
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
Most Users Ever Online: 715
Currently Online:
71 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66