Hi,
I have a requirement to differentiate the colours in the grid for the different workflows while selecting the grid in the siteadmin. i can override the by adding new classname "x-grid3-row-selected" But i am unable to get the workflow for each grid.
I could able to get the JCR path by the below code snippet on row click event. Does we can get the workflow process by passing the JCR Path Please provide the any views.
var grid = CQ.wcm.SiteAdmin.getActiveGrid();
var selections = grid.getSelectionModel().getSelections();
// populate workflow options
var record = grid.getStore().getAt(rowIndex);
var path = record.id;
Thanks in Advance