Hi
Before I make a workaround is there any way(via properties) that I can disable the user deselecting the current active row?
I only want a row to deselect if they choose another row.
If not, I am going to disable the row deselect via onRowDeselecting using set_cancel, and deselect a row by via onRowSelecting of another row(using a flag of some kind).
Does this seem like a viable solution?
Chris