I have an UltraCombo C set as EditorControl for a column A of the UltraGrid X. When I click on the column A of the ultraGrid X, I see all the columns of the UltraCombo C.
I want to show only one column of this UltraCombo C in that column.I have written the codes for hiding columns in the UltraCombo's initalizelayout but this event never gets called.
How to show only one column from this UltraCombo C used as Editor Control of the UltraGridX's column A?
Please let me know.
Thanks
Santosh
Hi Santosh,
The InitializeLayout event of the combo has to be called if it is displaying data. I suspect there may be a problem with how you hooked the event. Perhaps you are hooking the event of the wrong Combo control.