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
930
EditorComponent using UltraControlContainerEditor loses focus
posted

Hi,

I have an UltraPanel with two buttons on it. I want to display this panel in a column of my WinGrid. I've done the following:

1. Attached the UltraPanel to the UltraControlContainerEditor

2. Set the EditingControlPropertyName to the TAG property of the panel. Default tag value is set to 0.

3. Assigned the UltraControlContanierEditor to the EditorComponent of column.

4. Set the column ButtonDisplay to Always.

5. Made sure the column datatype is an integer.

When all is done, the Panel with the buttons only displays when I activate the cell. How do I make it so that it always displays?

Thanks

Ryan

Parents
No Data
Reply
  • 930
    Offline posted

    Ok nevermind I got it. I had to set the RenderingControl of the ControlContainerEditor :)

Children
No Data