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
675
Setting specific grid cell to UltraComboEditor
posted

I'm trying to set a specific grid cell to an UltraComboEditor. On the InitializeLayout event, I bind the ComboEditor and set these properties:

           e.Layout.Rows[4].Cells[1].EditorComponent = ceList;
           e.Layout.Rows[4].Cells[1].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDown;

However, I don't see the Editor in the cell. What else do I need to do to for the grid cell to contain the UltraComboEditor?

Thank you.

Parents Reply Children
No Data