- Home
- Forum
- ASP.NET MVC
- Fields values add extra slash (/) to query string
Fields values add extra slash (/) to query string
we are not using 'Select'
example code below:
@Html.EJ().DropDownList(dllName).Datasource(ds => ds.URL(@Url.Action("GetFilterValuesNoData", "Filter", new { id = Model.FilterID }))).EnableAnimation(true).ShowCheckbox(true).Width("140px").Height("28px").Enabled(true).ShowRoundedCorner(true).DropDownListFields(f => f.Text("Text").Value("Value").ID(@Model.FilterName)).EnableIncrementalSearch(true).ClientSideEvents(e => e.CheckChange(@jsFunction)).WatermarkText(@watermarkText).CssClass("content")
The url is being generated as
http://localhost:7081/Filter/GetFilterValuesNoData/113/tableName?$select=patinet_groups,Text,Value,category,imageUrl,imageAttributes,spriteCssClass,htmlAttributes,selected
instead of...
http://localhost:7081/Filter/GetFilterValuesNoData/113
Please advise if there is an issue with the upgrade or we are missing something. This code was previously working in 13.1
Thanks.
Hi David,
Sorry for the inconvenience.
We are able to reproduce the reported issue (“additional parameters added to the query string in DropdownList”). A support incident to track the status of this issue has been created under your account. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Regards,
HariKrishnan
- 3 Replies
- 3 Participants
-
DE David Elies
- Aug 29, 2015 06:12 PM UTC
- Sep 4, 2015 12:09 PM UTC