Home › Forums › WinForms controls › Xceed Grid for WinForms › Adding comboboxes by cell
Is it possible to add a combobox for each cell, the values of which depend on another column.thanks,
San
Imported from legacy forums. Posted by San Fe (had 2474 views)
Got it to work! The problem was with the value member string of the dataview.thanks
Imported from legacy forums. Posted by San Fe (had 255 views)
Grid.CurrentRow.Column[1].add[object name of combo here]……………….
Imported from legacy forums. Posted by Farhan (had 3389 views)