Hi,
I have a tree which has 7 columns and viewstyle is in OutLookExpress Mode. The first column is enabled to show the expansion indicator. I have a requirement to show a dialogue on double click event over cell in 7th Column. After showing the dialogue box, it expands the node, which actually is not a requirement. So how can i restrict expanding the node on the double click event over a cell.
Thanks & regards,
Sriram Sarma.
Hi Sriram,
this.ultraTree1.Override.NodeDoubleClickAction = NodeDoubleClickAction.None;
Hi Mike,
This property totally arrests the double click action on the node. But the requirement is when a parent node is double clicked which is in first column it should expand and the corresponding cell value in column 7 when double clicked should display a colorpalette. It means double click should behave in different way when clicked on firstcell and 7th cell for the same node (the tree is in outlook express mode).
Regards,
Sriram.