On post event webdropdown control convert text property data space characters to %20
That funcionality begin in 2011.2 version product. this was not on the 2011.1.
The item "white spaces" is not the same to "white%20spaces"
this is a bug or new functionality?
thanks
Pablo
Hello patitene ,
Thank you for posting in our forum.
This change was made to resolve an issue with special characters like “%” and “&”. To resolve it the current value now is getting encoded before being send to the server. To get the actual decoded value on the server you can decode it with: HttpUtility.UrlDecode(val).
Let me know if you have any further questions or concerns.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Hello Maya:
thanks for you response. Although this change generates huge changes in my applications.
II did not see this significant change is announced with the importance that corresponds.
I have to change all aplication all pages all controls.
Not have been better put this feature as optional?
This way you have generalize an exception. Characters like % and & are rare in these controls.