Forum
17:25
18/02/2010
$("#productpacks_list_grid").setColProp('division',{editoptions: { value: divisions } });
$("#productpacks_list_grid").trigger("reloadGrid");
This successfully updates the drop down in the grid. But the drop down in the toolbar for that column is not updated. I looked through the wiki and didn't find anything that seemed to address this.
12:41
Moderators
30/10/2007
Hello,
This is true, the setColProperty changes the property, but not already created content.
Regards
Tony
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.
03:24
14/07/2014
Is there anyway we can reload with filtered data on multiselect dropdown lists  ? We need this solution to be implemented ASAP. I would greatly appreciate if anyone can share the solution.
Eg : I have continents, Countries, States and Cities. I need to show USERS a filtered view when user chooses CONTINENT , I should display ONLY countries in the COUNTRY column  multiselect options and similarly it goes for states. I should not make server side call for each filter.  I am calling the following function from LOADCOMPLETE event of GRID but this is not working for the obvious reason mentioned in this thread.
Â
function setSearchSelect(columnName)
{
$("#list").jqGrid('setColProp', columnName, {
editoptions: {
value: buildSearchSelect(getUniqueNames(columnName)),
multiple: true
},
searchoptions: {
sopt: ['eq', 'ne'],
value: buildSearchSelect(getUniqueNames(columnName)),
attr: { multiple: 'multiple', size: 4 },
dataInit: dataInitMultiselect
}
}
);
}
17:22
Moderators
30/10/2007
Hello,
There is a not documented option recreateFilter - set it to true. The option should be set in navGrid (if used) where the search options are placed.
Tghis option recreates the filter every time and reread the colmodel options from the colmodel.
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:
31 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