Why cant the drop downs handle value changing or selection changing?
I have a drop down that loads a grid. If they change a dropdown before saving, I would like to prompt to select either yes, no or cancel. If they select cancel. I wanat to cancel the dropdown change.
Hi,
ValueChanged fires after the value has already changed. There is no 'Before' event that you could cancel. So the only way to handle this would be to store the original value and then set it back to what it was.