Hi all,
I am having treeview with checkboxes on kendo window, treeview datasource bound using ajax call and having some of it's nodes in checked state while loading the treeview, if tree is in collapsed state then while i am doing empTreeview.dataSource.view() then i am not able to get the collapsed node in collection.
I want the checked checkboxes in collapsed node as well.
Please reply.
Hi, we had no problem with copying email contents, rich text and HTML content specially formatted HTML contents with tables, and pasting into HTML Editor in earlier version 2013.2.716 (both IE-10 and Chrome Browser were beautifully ok)!
However, as soon as we upgrade to version 2013.3.1122 yesterday, we have so many problems in pasting contents into HTML Editor.
1. In IE-10 the contents after pasting in the Editor has so many unnecessary line spacing. Also we can no longer paste contents with HTML table (editor does not show it in the table form, just show it in continuous lines with a lots of long line spacing in between lines).
2. In Chrome it's even worse, when we paste the content into the Editor, only partial of the content is being paste (NOT ALL).
Basically, the most beautiful working version of Editor in the previous version (2013.2.716), now in the new version (2013.3.1122) become practically useless!
Please do something about it, as most of our users and online customers are complaining to us on this particular issue since yesterday.
Any solution to quickly solve this tedious problem will be much appreciated.
Thank you.
We have a SplitView in our web app, that has two panes (menu on the left, content on the right). We want to be able to direct-link to a specific view, like we do for the phone version of our web app. For example:
This works when we don't use a splitview (like our phone app), and Kendo will automatically load the #remote-view-name and display it in the context of our application. But, with a splitview it doesn't work the same. It still loads the #remote-view-name and displays it in the application, but it completely ignores our splitview code and displays only that view (no left menu pane). Since the splitview isn't loaded, much of the rest of the site is broken.
I'm assuming that Kendo just doesn't know which pane to display the #remote-view-name in, it makes no assumptions, and just displays the view only outside of a splitview? Is there some way to do one of these direct links and tell it which pane to display the view in? like "/index.html#remote-view-name?target=contentPane" ?
I have tooltip to my asp.net mvc kendo application - i followed some of the sample code shown in the kendo ui demos. The tool tip will display and show the content correctly but no matter what I do the tooltip alway has a transparent background. Even if i use the content template and set the background color of a DIV to a solid color it still shows up transparent. I've had no trouble with the Kendo PanelBar or Menu - just the tooltip. Here is my markup: