Home - Forums-.NET - FlyGrid.Net (Windows Forms) - 2 Very important questions

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

2 Very important questions
Link Posted: 08-Jan-2006 04:27
Number 1:
I have a tree based on a dataview, on a click event i want to get the datarowview according to the node that was pressed.
in a table and master/detail The indexes are the same, but as you can see, in a tree it's not the same and im getting the wrong row.

how can i do this?

number 2:
in a click event the cell goes to edit mode insently, and because of that, the dbclick event does not work.

please help.
Link Posted: 16-Jan-2006 01:43
[quote="Guy25"]Number 1:
I have a tree based on a dataview, on a click event i want to get the datarowview according to the node that was pressed.
in a table and master/detail The indexes are the same, but as you can see, in a tree it's not the same and im getting the wrong row.

how can i do this?


You can use FlyGrid.NodeClick for these purposes.

[quote="Guy25"]
number 2:
in a click event the cell goes to edit mode insently, and because of that, the dbclick event does not work.

please help.


Yes, when node is Edit mode DblClick doesn't work, try to use FlyGrid.NodeClick event handler.