Hi,
I have a grid with both a checkbox select column (with client and a templated column that contains an asp.net dropdown list. Clicking on the arrow to open the dropdown selects the row and checks the checkbox. How can I defeat this behavior. I really only want the row to be selectable using the checkboxes. I set
but this does not alter the behavior.
Thanks,
Alan Polk
I have a grid with both a checkbox select column (with client and a templated column that contains an asp.net dropdown list. Clicking on the arrow to open the dropdown selects the row and checks the checkbox. How can I defeat this behavior. I really only want the row to be selectable using the checkboxes. I set
| Grid.ClientSettings.Selecting.AllowRowSelect = False |
but this does not alter the behavior.
Thanks,
Alan Polk