var instance; // Type: wijmo.grid.ICommandButton; var value; // Type: string value = instance.textDataKey;
var textDataKey : string;
Determines the data field to bind a button text to it.
var instance; // Type: wijmo.grid.ICommandButton; var value; // Type: string value = instance.textDataKey;
var textDataKey : string;
$("#element").wijgrid({ columns: [{ command: { text: "{0}", textDataKey: "ID" } }] });