I have a situation where when I am doing inline editing, I like a field called "Service" to be set to where editable is false.
When I click on the add new record icon (the one that comes with jqGrid), I like to set the editable to yes for the "Service" field. How can I do this dynamically?
I checked online but was not able to find a suitable answer.