I have a gridview where I can select multiple rows by pressing a control key. Is it possible to achieve the same without pressing a control key.
I've never done it, but it should be possible to use the MouseDown and MouseUp events to select any rows that are under the cursor when you move the mouse while holding one of the buttons down.