This is a migrated thread and some comments may be shown as answers.

Catching Ajax Error SplitterEventBuilder

1 Answer 53 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Siby
Top achievements
Rank 1
Siby asked on 24 Jun 2014, 05:19 PM
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}
                            

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 26 Jun 2014, 01:01 PM
Hello Siby,

Thank you for bringing this problem to our attention. The said method is missing from the ASP.NET MVC wrappers at this time; we added it in our code and it will be available in the next internal build and in future releases.

Regards,
Alex Gyoshev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Splitter
Asked by
Siby
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or