Hi,
I need help like i have to add 2 button and a lable(""_More..") within the UltraWinGrid cell as in below screen shot . The functionality should be as:
1. On the click of lable(""_More..") the cell will display whole description by expanding the cell height.
2. Button1 and button2 will popup another window on the basis of the ID associated with Cell.
Please help me out.
Thanks
Anupam Shukla
The way you get buttons in a cell is by assigning an editor-providing control (for example, an UltraTextEditor) to the column's EditorComponent/EditorControl property, then adding members to the UltraTextEditor's ButtonsRight or ButtonsLeft collection. The problem is that there is really no support for getting the label in there, short of implementing your own custom control and then using the UltraControlContainerEditor control to host your custom control within the cell.
I am using Infragistic v5.2/v7.3 and there is not any UltraControlContainerEditor control available. So please suggest me that how i bind a control in cell.