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
315
UltraTree control events population
posted

Hi all,

I have a UltrTree control in my Winform.  I had binded the DataSet to the DataSource Prooperty.  The UltraTree control has populated with the values.  When ever the UltrControl is binding with each cell it has to fire an event like celldatabound or CellUpdated event. On that particual event i need to write my custom logic.  Could you please through some light on finding the event when ever we edit a cell and while databinding with some Dataset.

 

Thanks in Advance

Sreeni 

 

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello Sreeni,

    You could try hooking to the 'InitializeDataNode' event of the 'UltraTree' and perform the needed actions there.

    Please do not hesitate to ask if something comes up.

Children
No Data