I have a column that I want to display in text / display mode as text (like Citizen). When the user edits the click, I want to display it as a selection, then I will pass the CityID so that I can select the control with option == CityID as selected
Does jqGrid have this functionality excluded from the box or do I have to implement a custom format?
thanks
got it already
this My solution is
{name: CityID}, Index: 'CityID', width: 55, Editable: True, Editing: 'Selection' , Editing options: {dataUrl: 'City / Generation Option'}, Format: Cityformat}, Forest Cityformer (Cell Value, Options, Line Object) {return rowObject.CityName; // field name that I wanted to display instead of id}
Comments
Post a Comment