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
3045
Keep cell always in edit mode?
posted

I'm embedding a panel with several buttons using UltraControlContainerEditor. I want the buttons to be displayed and clickable all the time. Is there a way to do this?

Currently, the buttons will only display when the cell is activated.

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    jquerijero said:
    I'm embedding a panel with several buttons using UltraControlContainerEditor. I want the buttons to be displayed and clickable all the time. Is there a way to do this?

    It sounds to me like you are specifying an EditingControl for the UltraControlContainerEditor, but not a RenderingControl. You will need to use two instances of your panel if you want the buttons to show up all the time.

Children