Hi,
1) I am using the following code in the Change event:
1) I am using the following code in the Change event:
@(Html.Kendo().DropDownListFor(m => m.Page.PageSource).DataTextField("Text").DataValueField("Value").BindTo(Model.PageSourceList).Value(Model.Page.PageSource).Enable(!Model.Page.IsSystem).HtmlAttributes(new { id = "source" }).Events(e=>e.Change(@<text>function(e) {alert(e.item);}</text>)))
and I get "undefined" when I change the item in the select list.
2) Is there a way to have this event fire initally when the page loads?
Thank you,
David A