I have an issue when the grid’s Add functionality kicks in. My colModel defines some valid options for the select element. When faced with adding a new row to the grid, the select element is always rendering with an undefined value and not one of the actual values from the colModel. What is the technique to ensuring only the actual colModel values for this element are presented?
Share
According to the docs, you have a syntax mistake in your
editoptionsconfiguration:Therefore your
vendorOptionsvalue should be:You can read the full docs here: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editable