https://demos.telerik.com/kendo-ui/html5-diagram-sample-app
i wanna to create something that like his page, the panel bar with horizontal item.
I want to create a diagram sample app in Vue like https://demos.telerik.com/kendo-ui/html5-diagram-sample-app, but I do not find any sample about drag and drop the item between controls
Thanks,
I use a scheduler with grouping where it is bound to the data object 'resourceDataSource1' as below
<kendo-scheduler-resource :field="'groupLead'" :name="'Lead'" title="'Lead'" :data-source="resourceDataSource1"></kendo-scheduler-resource>
All works fine if the data is set at the time the page loads (ie. if it is set directly in the data property), but but my case the tasks and resource info is retrieved by separate api call and hence is only set after the page loads.
So what I want to know is how can I get the scheduler to re-read the value from resourceDataSource1 once I have populated it?
Hi,
I am trying to create a nav menu using the kendo Menu Component. My requirement is to make this nav menu similar to the dashkit nav menu. There are two major problems that I am currently facing
Problem with Making Responsive: In the web version, if we hover on a nav item that has children in the nav menu, it opens a submenu on the right side of that nav item. In the Mobile version, if we click on a nav item that has children, it opens a submenu on the right side same as the web version, but the submenu is outside of the viewable frame.
Showing Active navs: I looked for this in the forum, but unfortunately, I didn't find any proper solution for making the kendo menu nav items active.
DashKit Theme Reference: https://dashkit.goodthemes.co/index.html
Customize Setting:
Sample Vue Project: https://github.com/iamAdarshh/Kendo-Menu-Responsive