This question may have been asked many times, but I would like to know if it possible to dynamically change the cell value of a jqgrid?
I basically have a grid that is that is being loaded with data via a JSon string. On some rows for a particular column that value may be "null". So knowing which row id upfront is one issue and then being able to change that "null" to something else. eg. change "null" to "Not Applicable".
All help would be appreciated. Thanks.