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,
in the UltraControlContainerEditor you can set a control for EditMode and a RenderingControl. When you set the control on both properties the buttons are displayed the whole time.
I have on the control in my child band also several texboxes, do you know how i can use DataBinding there?
How can i bind foreach child row other values in the textboxes of the control? Any ideas?
Thanks in advance.
linksaussen said:How can i bind foreach child row other values in the textboxes of the control? Any ideas?
I don't understand what you want to do. You can bind any control you want to bind to anything you want to bind it to. What does the ControlContainerEditor have to do with it?
Are you saying you want to bind your controls to the same fields that are in the grid? Why would you want to do that? What's your goal here?
Bindinging the RenderingControl controls won't work, I am sure, since one control service all cells that are not in edit mode at once.
I can see how there might be some usefulness to binding the EditingControl, but I'm really not sure what that would be.