Hi,
I have a column that I want to display as a Text(e.g CityName) on read/display mode. When the user clicks edit, I want it to be displayed as a Select, i would then pass the CityID so that I can display the Select Control with options==CityID as selected.
Does jqGrid have this functionality out of the box or do I have to implement a custom formatter?
Thanks