[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.