Hi
I want to create child controls like web combo or date chooser inside the Web Grid by code.
can anyone help me regarding this
UltraGridColumn.Type = ColumnType.Custom;
UltraGridColumn.EditorControlID = webcombo.ID or datepicker.ID;
Would this also work for a ListBox?