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
110
UltraControlContainerEditor and Custom Control
posted

Hello,

I am having trouble trying to get UltraControlContainerEditor and my custom control to work properly. I have a couple of issues.

  1. My custom control does not seem to display properly in the child band row where it is supposed to display. I even tried to change the row height in InitializeRow event for the band. I know I am probably missing something.
  2. I cannot seem to get the custom control to update the grid at all. The UltraControlContainerEditor doesn't seem to talk back to the grid when one of the controls in the custom control gets updated.
I have tried to copy the ControlContainerEditorVB project, but it looks like I am missing something.

I have included a small sample project.

TestControlContainer.zip