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
65
Annoying 'DataSource' of the UltraTree Has Been Changed Message
posted

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

Parents
  • 469350
    Verified Answer
    Offline posted

    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.

Reply Children