Hi,
How can i disable ctrl key for multiple selection? Thanks
Xiaojun
Do you want to disable just Ctrl? Or do you want to disable multiple selection entirely?
If the latter, then you are looking for the SelectTypeRow property on the Override object.
For the former, I don't know of any easy way to do this. Maybe you can trap the BeforeRowSelected event and cancel it if the Ctrl key is down?