Hi!
I use UltraDockManager to have GroupBoxes tabbed. Inside each one, there are databind controls on a datatable. I also use a UltraValidator to validate that some fields are filled (required field validation).
Here is my problem. I recently save the layout of my ultradockmanager in an xml file. So now, when I open my app, I restore the layout. Then it seems that databinding on controls that are on tabs that are not selected is not done (The controls values are empty). So the UltraValidator sends me an error that indicate that required fields are empty. If I click on the tab that contains required fields, then everything works fine (control values are filled correctly).
My question is : Why does it happens ? Is there a way to tell UltraDockManager to load every tab since the forms open when I restore layout ?
Thanks
Benoit
I could reproduce a simular or same behavior. After loading layout, databinding - especially for usercontrol properties - is interrupted. With the help of infragistics support we could find a solution. In my case I had to change databinding from old direct binding to dataset to BindingSource. After that, databinding has still worked after loading layout.
Maybe it helps.
Olaf
Please I need an answer. It is a major bug is our application. Since we load the dock manager layout, we have this bug and it is not easy the go back right now.
Thanks,