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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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!