Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to detarmine mouse event c# row selection with key. like shift or controls key. so how can be find to select row according to ctrl or shift key
amit
Just use the normal mouse handler in combination with System.Windows.Forms.Control.ModifierKeys.
System.Windows.Forms.Control.ModifierKeys
Standards are great! Everybody should have one!