I had a look at this Is there anyway to include a MultiSelect Combobox in a jqGrid?
I am using grouping in my grid. I need to display different multi-select dropdownlist for each group. In the example above, we set the values initially before building the grid. In this case, how can I do this based on each group?
Considering this country, state example
Jqgrid - grouping row level data
How will the design be if I have a multi select drop down for cities in each row. Dropdown for Cities for Texas should have only the cities in Texas. And cities in California will be in drop down for California. So there are 2 different drop down lists based on the state.
Update:
I have tried these 2 things a) Eric Hyndes dropdown multiselect plugin -- the problem with the plugin is when I use this for each row, all the checkboxes are appended to document.body. Instead they should appear for each dropdown
b) Bootstrap multiselect -- the problem here is, I have the jqGrid row as 35 px. I can see the checkbox dropdown only if I increase the row height. If I dont do that, am not seeing the checkboxes at all.
Can you tell me what am doing wrong here?
Thanks.