Home › Forums › WinForms controls › Xceed Grid for WinForms › trouble using GridComboBox as CellViewer › Reply To: trouble using GridComboBox as CellViewer
Hi Tommy,
Thanks a lot for your reply.
I tried what you said but i still cant see the viewer, but the editor which is also a GridComboBox is working fine. Here is the what i have,
I want the items in the editor combobox to vary for each cell. therefore i am using the cell.EnteringEdit event to add each item indivdually to a class level GridCombox, _gridEditor.Items.Add(“”)
for the viewer i didnt now that i had to supply the datasource but now i tried building a dataset containing all possible items but it still didnt see any viewer.
I want the combox to apear on the cell before the user click on a cell otherwise the user will not have any idea if he can modify that column.
any idea?
Imported from legacy forums. Posted by userX (had 423 views)