Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Add event handler for SelectedIndexChanged of DropDownList column
posted

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?

  • 469350
    Suggested Answer
    Offline posted

    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.