Home - Forums-.NET - FlyGrid.Net (Windows Forms) - SelectAll bug and

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

SelectAll bug and
Link Posted: 25-Sep-2007 22:46
I have a context menu on my grid where I have an option to SelectAll the contents in the grid. Behind the scenes I call Rows.SelectAll() . However once I have called SelectAll() the rows selection does not change when the user changes selecton by clicking on another row. At this stage the behaviour of the grid also becomes inconsistent.

Also is there a way to also include the column captions in the data when the selection is copied to the clipboard using FlyGrid.CopySelection()
Link Posted: 26-Sep-2007 00:45
I created a small demo with Rows.SelectAll(), after the call I can click on nodes and deselect node/etc.

Could you create a small demo app of your case and put it to ftp://download.9rays.net/9r_incoming/ .
So we can debug it locally and fix FlyGrid if it has any bugs regarding this.

--
Evgeny Tukin
9Rays.Net, Inc.
Link Posted: 26-Sep-2007 15:00
I have uploaded a zip file called 'SelectAll bug.zip' that shows this problem in action.
Link Posted: 27-Sep-2007 00:15
Thanks, now I see the bug.
Hope to get it fixed with the next release.
Link Posted: 22-Oct-2007 13:58
shager,
it is possible to workaround the bug by setting FlyGrid.Options -> MultiSelect