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
715
Infragistics bug (Save settings)
posted

I have a Ribbon and I have put 2 control containers into the QAT and then pointed each one at seperate Winform controls.

 I wanted to persist changes made to the QAT by the user, so set SaveSettings in the Ultratoolbarmanager to true.

 When I next reset my application, my controls are removed from their containers.

More importantly though, is that I have now set SaveSettings to false, yet the ribbon still loads up the previously loaded state, which means

not only are the controls still messed up, but other things which I don't want to happen are going wrong.

 1) So first of all, and most importantly, how can I stop the ribbon from trying to load the settings? Is there a file located somewhere which I can delete? Another setting I need to alter?

 2) Is there a way of getting the ribbon to deal with the control containers.