enables the mode in which IDs for the rows loaded from CSV are autogenerated
| mode | boolean | true/false |
Available only in PRO Edition
//enable autogenerated rows IDs for the CSV loading myGrid.enableCSVAutoID(true); //disable autogenerated rows IDs for the CSV loading myGrid.enableCSVAutoID(false);
Back to top