I need to have a custom menu item in the Context menu of the Grid. The label of the custom menu item needs to be based on particular field value.
For e.g -
We have a grid with a Status field. If Status field value of the selected row is "Active" then when we need to have the label of menu as "Deactivate", if it is "Deactive" then we need to have label of the menu as "Activate".
The version of my DataGrid is "2.6.1".
Please let me know how I can achieve this functionality.