I have a JQGrid with say 3 columns 1) ID, 2) Country, 3 Description
id| country | Description
1 | France | this is just a test
2 | China | this is just a test
3 | Russia | this is just a test
4 | France | this is just a test
5 | France | this is just a test
Now what is needed is a external select dropdown which contains unique country names
Like for the above the dropdown values will be France China Russia
1) Is it possible to achieve this via Jquery or something without a DB Hit to populate the dropdown? 2) This would be simple, but upon selection the grid needs to filter for the country selected
The select Dropdown is external in the page and not inside the jqgrid