or
$("#TradeItemId").kendoDropDownList({ dataTextField: "Name", dataValueField: "Id", dataSource: { type: "json", transport: { read: getTradeItemsUrl } }, change: biTradeItemIdChanged });
@(Html.Kendo().DropDownListFor(m => m.CrewId) .DataTextField("Name") .DataValueField("Id") .DataSource(s => s.Read("GetCrews", "Task")) .Events(e => e.Change("crewChanged")) )
Hi I have found an issue with links duplicating that manifests in 2 ways. I've reproduced it on the demo. See either attached screenshot - I accidently attached it twice.
To reproduce in the demo:
Method 1:
Method 2: