BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Roberto
Guerzoni,
Thank
you for your interest in Syncfusion Products.
Query: Multi-column
combo box in a gdbg |
We
Would like to convey that reported query can be resolved by using GridPreviewstyleinfo
event. In which by setting, the celltype as GridListControl, you can easily
obtain MultiColumnCombobox in GridDataBound control. For
your better understanding, CodeSnippet is given below, void
gridDataBoundGrid1_PrepareViewStyleInfo(object
sender, GridPrepareViewStyleInfoEventArgs
e) {
if
(e.ColIndex == 2 && e.RowIndex == 3) { e.Style.CellType = GridCellTypeName.GridListControl; e.Style.DataSource =
USStates(); e.Style.CellValue = "US"; e.Style.DisplayMember = "LongName"; e.Style.ValueMember = "ShortName"; } }
For your better
convenience, we’ve added a sample below, http://www.syncfusion.com/downloads/support/directtrac/126914/gbg-991142667.zip
|
Please let us know, if you’ve any further concerns.
Regards,
ManiRatheenam S
Hi Roberto Guerzoni,
Thanks for the update.
We are glad that your issue has been resolved.
Regards,
ManiRatheenam S