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
895
RenderingControl is not displayed after calling DisplayLayout.Load
posted

The first time I show the form the  EditingControl / RenderingControl I setup on the grid column do show up as expected. Then when the form closes the DisplayLayout.Save(...) is called.

The second time I show the form the DisplayLayout.Load(...) is called and the EditingControl / RenderingControl I setup on the grid DO NOT show up as expected, they are empty cells.

I'm adding the UltraControlContainerEditor instance to a unbound column after the data binding.

Any ideas on how I can get the  EditingControl/RenderingControl to show up after the DisplayLayout.Load(...)?

Thanks,

Brian.