We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Multiple selection w/o Ctrl key?

Hello, How can I change DataBoundGrid behavior to enable multiple selections without using of Ctrl key? I need to disable selection dropping when another range selection begin. Thanks

4 Replies

ST stanleyj Syncfusion Team December 26, 2005 12:13 PM UTC

Hi Mikhail, Try setting ListBoxSelectionMode to MultiSimple and see if that helps. this.gridDataBoundGrid1.ListBoxSelectionMode = SelectionMode.MultiSimple; Let me know if your requirement is different. Best regards, Stanley


AD Administrator Syncfusion Team December 26, 2005 01:53 PM UTC

Hello Stanley, unfortunately I can''t use columns and cells selections with using MultiSimple ListBoxSelectionMode. This mode enables just full row selection. I need to use all types of selections. Regards, Mikhail


AD Administrator Syncfusion Team December 29, 2005 04:32 AM UTC

Hi Mikhail, you need to have your own SelectionMouseController to do this. Please refer this sample,that shows a custom MouseController implementation for multicell selection Best Regards, Madhan.

MultipleSelections_39046.zip


AD Administrator Syncfusion Team December 29, 2005 12:21 PM UTC

Hi Madhan, Thanks, that''s all I need! Regards, Mikhail

Loader.
Live Chat Icon For mobile
Up arrow icon