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
1320
Grid in a Grid with a UltraControlContainerEditor
posted

Hi together,

I have placed an

UltraControlContainerEditor hUltraControlContainerEditor = new UltraControlContainerEditor();
hUltraControlContainerEditor.EditingControl = new EditorButtonInGridUserControl();

in a UltraWinGrid cell a UserControl which itself contains an UltraTextEditor. This editor has a right DropDownEditorButton which contains another UserControl. This sub UserControl contains also an UltraWinGrid.

The cosmetical issue is that the cell "StartChan" does show the UltraTextEditor with DropDownEditorButton only when I click with the mouse in this cell. If I don't that the original "StartChan" cell (as we can see in the first row) will be shown.

How can I permanently show the UltraTextEditor in every row with his right DropDownEditorButton in the parent grid?

Thank you very much for any idea!