Wijmo UI for the Web
textDataKey Field
wijmo.grid Namespace > ICommandButton Interface : textDataKey Field

Determines the data field to bind a button text to it.

Syntax
var instance; // Type: wijmo.grid.ICommandButton;
var value; // Type: string
value = instance.textDataKey;
var textDataKey : string;
Example
$("#element").wijgrid({
   columns: [{
      command: {
         text: "{0}",
         textDataKey: "ID"
      }
   }]
});
See Also

Reference

ICommandButton Interface