how can i change the selected index in a valueslist add to cell in a grid
Maybe I didn't explain well. Suppose you have a value list with values 1, 2, 3 and text "Joe", "Bob", "Adam".
Now you want "Adam" to show up in the cell, so set cell.Value = 3.
the grid say "unable to convert from 'Infragistics.Win.ValueListItem' to 'system.string'"
Set the cell value to the value of the item with this index in the list.