IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 83 forks source link

igDataSource class uses escape to encodeUrl #2048

Closed hanastasov closed 4 years ago

hanastasov commented 4 years ago

igDataSource class uses escape to encodeUrl, which is deprecated and uses % for encoding ,which is not approved standard and support for it will be dropped in further versions of .NET.

This also leads to TFS #258636 - see the issue and use samples attached for testing.

Use encodeUriComponent instead as suggested in escape