
I need this button to be on all rows and not on "activeRowActions", and I can't find the right parent.
{
"operation": "insert",
"parentName": "DataGrid",
"propertyName": "activeRowActions",
"name": "MoveQtyButton",
"values": {
"itemType": Terrasoft.ViewItemType.BUTTON,
"caption": "Move Qty",
"className": "Terrasoft.Button",
"style":this.Terrasoft.controls.ButtonEnums.style.BLUE,
"tag": "call",
}
},