ComboBox selectedValue or selectedIndex

Is there a way to get a selectedValue or selectedIndex from a comboBox within a DataBoundGrid. I populate the comboBox from a dataTable DataSource. I would like to obtain the (ValueMember) the value behind what is diplayed (DisplayMember). Thanks

1 Reply

AD Administrator Syncfusion Team November 23, 2003 06:46 AM UTC

When the cell is not active, grid[row, col].Text should have the valuemember and grid[row, col].FormattedText should have the DisplayMember.

Loader.
Up arrow icon