Is there a way to refresh the edit form dialog to apply updated options on the grid made on the fly? Basically I need to change some properties when a dropdownlist value has changed, and then the dialog reflect those changes. For example, I update the property editable to hide a field.
container.jqGrid('setColProp', fieldName, { editable: false});
Is there any way to that?