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.
The easiest way out can be putting a checkbox in each row and possibly a "select all" checkbox on the header.