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://ko.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.
I have sent your product idea directly to our product management team. Our product team chooses new product ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this product idea is PI12040017.
If you would like to follow up on your product idea at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Let me know if there’s anything else I can do for you.
We are running into this issue also... any update on this?
I'm using v2015.2 and am having the same issue, but only after a postbacks. I've been using your web drop downs since 2008 and have never seen this until now.
When my users select "Atlanta Georgia" from the drop down it displays "Atlanta%20Georgia".
I can't use older versions anymore because of compatibility issues with the newer browsers.
Is there a quick, easy solution for this?
Thanks, Russell
Upgrading to version 2016.1 solved the problem.