retreiving the combobox display value programatically

So I am successfully showing a combobox in a GridDataBoundGrid by having 2 tables in my dataset that acts as my datasource. I would like to programatically iterate through the grid and grab the values off the grid. How do I retreive the displayed value of the combobox on the grid? I am able to grab the "value" of the combobox by dataGrid[row, col].CellValue.ToString() is there an easy to get the displayed value? thank you.

2 Replies

AD Administrator Syncfusion Team July 30, 2003 02:49 AM UTC

dataGrid[row, col].FormattedText should work. Stefan


AD Administrator Syncfusion Team July 30, 2003 02:16 PM UTC

thank you stefan, it works!

Loader.
Up arrow icon