Hi,
I have a grid with a checkbox column and I want to allow the user to click & drag on multiple rows checking the checkbox column. I also want the user to be able to click on one row, hold down SHIFT and then click on another the the behaviour would be that all those rows in that selection would become checked.
I do not want to use the multi-selection already built in (SelectType.ExtendedAutoDrag) because it does not accomplish what I want to do.
Is there an easy way of doing this ?
Thanks
Erwin Pant
Hi Erwin,
There's no built-in feature to match up the check state with the selection. You will need to code this yourself.