Dear pqgrid
I want to change only one cell editable to non-editable or non-editable to editable after initialization(dynamically).
Is there any api ? I can only found api for column or whole datagrid, can not found change only one cell.
**For example pqgrid.setCellEditable (row, col, true or false); like this.