I am loading a datasource, into a grid that uses a Combo Dropdown in one of its cells. The combo drop down is coming up empty when it should have a value in it. The value member off the drop down is the value that is coming in with the dataset. How do I get combo dropdown in a cell to set its value.
Thanks
Thanks, at least now I have a value in the cell. That helped.
Hi,
The dropdown has no value. The value has to come from the grid cell. So you need to set the value of the grid cell or provide a value in the data source.