Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
Doubleclick on a cell in OutLookExpress mode expands the tree node
posted

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.

Parents
  • 469350
    Offline posted

    Hi Sriram,

    this.ultraTree1.Override.NodeDoubleClickAction = NodeDoubleClickAction.None;

     

Reply Children