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
140
How to prevent node from being active on loading the form?
posted

Hi,

I am using Infragistic UltraTree in windows aplication. I am populating the tree at runtime. I have set some overrides for the tree like the active node should be bold.

Problem:
When the form is shown, my first node is in bold.

What i want: i dont wnat the first node to be bold .i.e i dont want it to be active, the moment form is shown. The node should be active only when the user clicks on the tree node.

 

Help

Thanks & Regards

Casey

 

  • 4618
    posted

    Hi Casey,

    I came across this thread and noticed that no one has offered an official solution for this issue. I have created a general guide for producing the effects that you have described; please use the provided link to view that thread.

    http://community.infragistics.com/forums/t/67221.aspx

    If you have any further questions regarding this inquiry or the solution, please let me know.

    Sincerely,
    Chris K
    Developer Support Engineer
    Infragistics, Inc.
    www.infragistics.com/support

  • 765
    posted

    I do the same thing.  What about making the node bold for the selected nodes appearance rather than the active node?  The selected node you can turn on or off manually and a node is selected when the user clicks the node.  I'm not sure about turning active nodes on or off.