Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Multi-select with mouse only

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Multi-select with mouse only
Link Posted: 26-Feb-2006 09:25
Hi,

Is it possible to multi-select rows with mouse only?

thanks,

Oren.
Link Posted: 26-Feb-2006 15:21
You can analyze Shift/Control keys pressed state in the FlyGrid.NodeSelectedChanging event handler and return false to avoid selection.
Or you can create FlyGrid inheritor and override FlyGrid.Options property to return FlyGrid.Options without GridOptions.MultiSelect option when arrow keys anf shift/ctrl key is pressed.
Link Posted: 26-Feb-2006 19:19
Hi,

I think my question was misunderstood:

I want to be able to multi-select with the shift and ctrl (and this feature works fine).
I ALSO want to be able to multi-select with mouse only, without having to press any key while selecting.

thanks,

Oren.
Link Posted: 27-Feb-2006 04:05
What version of FlyGrid do you using?
Selection by mouse is supported since 1.2 version - you can try this in the Spreadsheet sample.