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
Ok nevermind I got it. I had to set the RenderingControl of the ControlContainerEditor :)