AD
Administrator
Syncfusion Team
October 20, 2005 03:02 PM UTC
Normally, you would set a cell value using:
grid[row, col].CellValue = xxxxx;
then the combobox woul ddisplay xxxxx when it is dropped (unless you have set DisplayMember and ValueMember differently, and then it would display the value matching xxxx in the lookup).
Does this not work for you, or are you asking something different?