Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I am using dockingmanager in a Windows Form on a number of panels containing textboxes, datagrids and comboboxes. When I set databinding in the designer for the controls and run the program, they all work correctly except for the textboxes, which remain blank. However, If I set the databinding in the c# code in the dockingmanager NewDockStateEndLoad event handler, the textboxes display the correct values. I have tried this with minimal code, a single form with one panel containing a textbox and get the same problem.
Can you suggest a solution, because I have a multitude of databound textboxes and don't like the idea of having to manually code all the databindings for them.
Thanks!