I have an UltraTree bound to an UltraDataSource. Every time I close my form, I get a dialog with this text and yes/no buttons...
The 'DataSource' of the UltraTree has been changed.Would you like to remove the previously autogenerated columnsets?
This occurred after a migration to VS2005 (and of course to a newer volume of Infragistics). As this is rather annoying, does anyone know why and how I can stop this?
Spasibo, Alex
Hi Alex,
This message should only come up if there is an actual structural change to the data source. The fact that you are getting this message every time you close the form indicates that your data source is sending change notifications to the tree. If you are saying that the data source is not actually being changed, then something is wrong.
Can you duplicate this in a small sample project? If so, you should Submit an incident to Infragistics Developer Support so they can check it out and get it corrected.
FYI if anyone else encounters a similar situation, I was getting this while debugging a form with the control on it. I thought it was coming from the running application, but it was actually coming from Visual Studio itself when the form is open in the designer when debugging.
I can duplicate this, so I will go ahead and submit an incident.