Hello,
I have the following code using Razor. I am trying to get the error Event but I am not seeing that method.( Assembly Kendo.Mvc.dll, v2014.1.415.545 - public class SplitterEventBuilder )
.Content(
Html.Kendo().Splitter()
.Name("horizontal")
.Events(events => events
.ContentLoad("contentLoaded"))
---------------------------------------------------------------
horizontalPanes.Add()
.HtmlAttributes(new { id="treeid" })
.Scrollable(true)
.Collapsible(false)
.Resizable(true)
.LoadContentFrom(@"getbyid", "controller", new { documentId = 1}
I have the following code using Razor. I am trying to get the error Event but I am not seeing that method.( Assembly Kendo.Mvc.dll, v2014.1.415.545 - public class SplitterEventBuilder )
.Content(
Html.Kendo().Splitter()
.Name("horizontal")
.Events(events => events
.ContentLoad("contentLoaded"))
---------------------------------------------------------------
horizontalPanes.Add()
.HtmlAttributes(new { id="treeid" })
.Scrollable(true)
.Collapsible(false)
.Resizable(true)
.LoadContentFrom(@"getbyid", "controller", new { documentId = 1}