BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
@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