We've been developing on TelerikWinForms 2008 Q2 since it was released. This afternoon I installed 2008 Q2 SP1 to try out...
Why is it that the ValueChangingEventArgs NewValue/OldValue properties are now returning the display value of the dropdown and not the actual value? This worked fine in the prior version.
For example my dropdrop code values are "1" and "2". The display values are "Male" and "Female". In the prior version I was getting the correct NewValue/OldValue of "1" or "2". Now I am getting "Male" or "Female".
Thanks
Why is it that the ValueChangingEventArgs NewValue/OldValue properties are now returning the display value of the dropdown and not the actual value? This worked fine in the prior version.
For example my dropdrop code values are "1" and "2". The display values are "Male" and "Female". In the prior version I was getting the correct NewValue/OldValue of "1" or "2". Now I am getting "Male" or "Female".
Thanks