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
3455
ValueLists Events
posted
Hi,
How to get the ValueLists selectedindex changed event.
Regards,
Pgr2007
  • 37774
    Verified Answer
    posted

    There is no SelectedIndexChanged event on a ValueList.  If you're using this in a grid, you could just use the CellChange event to know when a new value has been selected, or you could also look into the AfterCellListCloseUp event.

    -Matt