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
155
Find Node - GetNodeBykey
posted

I need to find a node GetNodeBykey but when I find that position in the tree node and paint the color, but
just I wish the tree to expand that part of the node and is positioned to view and then the node can automatically be selected
to launch a call to a method, I hope you can help me, it is very urgent.
Thank you

Parents
No Data
Reply
  • 6120
    Suggested Answer
    Offline posted

    Hi Deyvi, 

    After you paint the node you retrieved using a key. 

    • If you want to expand that node you can use BringIntoView method.

    • To select that node you can set the node selected property to true.

    • You can then call the required method from AfterSelect event which is fired when you set the node selected property to true. 

    Please let me know if this meets your requirement? 

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer, Windows Forms
    http://ko.infragistics.com/


    Sahaja Kokkalagadda

Children
No Data