var instance; // Type: wijmo.grid.IC1FieldOptions; var value; // Type: any value = instance.dataKey;
var dataKey : any;
A value indicating the key of the data field associated with a column. If an array of objects is used as a datasource for wijgrid, this should be string value, otherwise this should be an integer determining an index of the field in the datasource.
var instance; // Type: wijmo.grid.IC1FieldOptions; var value; // Type: any value = instance.dataKey;
var dataKey : any;
$("#element").wijgrid({ columns: [{ dataKey: "ProductID" }]});