I have allowed the Row Selection for the RadGrid
<Selecting AllowRowSelect="true" />
and it works fine except that I don't want to select the row if the expand/collapse column is clicked.
Meaning I want to only see the details table of the certain item without selecting it. How to achieve that?
Thank you