I have a datagrid with allowMultipleSelect="true". My question is how can I prevent a row from being selected depending on a value within that row.
The user clicks a row, I want to look at my status value of that row and if a specific value then allow the select to continue. If it is not the correct value I want the select of that row canceled and the row not to be highlighted. Any ideas? Thanks Andrew

