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
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.