Hi Team,
I would like to apply the "enabled" property to active row buttons COPY & DELETE in contact section.
I have tried the below code but it doesn't work.
{
"operation": "merge",
"name": "DataGridActiveRowCopyAction",
"values": {
//"enabled": {bindTo: "ShowButtonforAdmin"},
"enabled": false,
}
},
{
"operation": "merge",
"name": "DataGridActiveRowDeleteAction",
"values": {
//"enabled": {bindTo: "ShowButtonforAdmin"},
"enabled": false,
}
},
Kindly guide me to achieve the Enable/Disable operation in active row buttons of contact section (COPY & DELETE).
Thanks in advance!
Best Regards,
Bhoobalan P.