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.
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.
I did try using the RenderingControl. The only thing is that the buttons do display but they are not active. I still need to click twice to get the click event. I want to be able to click the buttons only once.
Thanks,
Version: 9.2.
I just wanted to know if you were able to solve your issue based on our's suggestions or you still need help? Just let me know.
Thank you.