enables/disables editing of math cells
mode | boolean | enable/disable editing of math cells |
Available only in PRO Edition
//enable editing of math cells
myGrid.enableMathEditing(true);
//disable editing of math cells
myGrid.enableMathEditing(false);
Back to top