hey guys,
Need i little bit of help with it.
How do i can select gridview rows using <CTRL> Key + Click?
I want the user to click on the GridView row for first row selection and when user press <CTRL> key+Click to select the new clicked row. When the user click a selected row (or a new unselected row) without pressing the <CTRL> key all the previeus selection will be lost and the current clicked row is now selected.
How can i do it client side without postback?
Thanks.