configures XML serialization
| userData | boolean | enable/disable user data serialization |
| selectedAttr | boolean | include the "selected" row's attribute in the resulting XML |
| config | boolean | serialize the grid's configuration (only the information about the grid's structure) |
| changedAttr | boolean | include the "changed" cell's attribute in the resulting XML |
| onlyChanged | boolean | include only the changed rows in the resulting XML |
| asCDATA | boolean | output cell values as CDATA sections (prevent invalid XML) |
Available only in PRO Edition
mygrid.setSerializationLevel(true,false,true,false,true,true);
Back to top