Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
How to show only one column from the UltraCombo used as Editor Control of the UltraGrid's column?
posted

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

 

  • 469350
    Suggested Answer
    Offline posted

    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.