Hi
I use a ValueList (and I set the type of the column to DropDownList) to display a selection of different values in a grid. My problem is that when the user clicks the cell at the first time when the page has been refreshed the first value in the ValueList is selected but I want to select the value or text that is stored in the cell.
If I understand you correctly, what you're asking for is the way a dropdown column is suppose to work. But DropDown columns are tricky. There are a number of gotcha's lurking in those woods.
In the past, I've solved dropdown problems by checking:
HTH