I have added a new button to the Product Sub Grid on the Order form. for that I did following
- Added a custom button
- Added a command
- Assocoated command to the Button
- Added Enable Rule for the command button via calling a JS function from Web Resource
However, this button is not visiable on the Subgrid. I have tried debugging using command check but the button is not visisble on command checker as well
- Ribbon XML does have the info about the new button
- Command checker doesn't show that button on the subgrid