I have a WinGrid with a DropDownList style column where I need to subscribe to a SelectedIndex changed event or similar.
AfterCellListClsoeUp only gets me about half way, I need to know whenever the selected Text changes on screen.
Any ideas?
You can use the CellChange event. But make sure you read the Text property of the cell, rather than the Value, since Value does not get updated until the user leaves the cell.