Control event behaviour based on condition
We have requirement where data grid rows displaying 2 statuses - draft and non draft. So click on draft rows should open modal dialog while non draft rows should open expanded pane. How to control click event behaviour based on certain condition?
We cannot put another control on row where I can differentiate these 2 clicks on same row.