If grouping by resource, is there a way to show ALL resources regardless if they have a corresponding event for that time period? We want to be able to create an event to allow a blank area to be selected to create a new event but some of the resources don't have corresponding events yet so they do not show in the scheduler.
I have popup Edit Grid with Save and cancel buttons.
But for some reason the cancel button for new Model working fine, but for existing record the cancel button doesn't revert the changes on the record/row. But assigns back to grid. Can any one let me know what could be the reason. Here s the snippet for cancel button event; which I ended up to try it but doesn't succeeded.
I want to configure a validator so that when I fill a cell with a correct value and leave the cell, that cell should be locked and not be touched again. The problem is how to mark those cells that are read only and how to save a list so that with every call every user has the read only cells.
we are developing a hybrid app with kendo ui mobile.
The app receives html/json content from our server and shows this content to the user.
We also have some external html 5 exercises (consisting of some html pages, js and css) on our server.
We are looking for a way to integrate these exercises into our app so that we can open these external pages with a hyperlink from our app (in webview/inappbrowser) and after the user have finished the exercise to go back to the last app view.
Is there a way to show external pages in a view so that it appears that the page is inside the app (with header and footer)?
We already tried to open the external page with javascript in the inappbrowser (window.open(myURL, '_blank', 'location=no'));
This works well so far and the exercise shows up in the new browser window but with location=no we don't have any buttons to go back to the previous page (the last app view).
With location=yes there are buttons, but also shows the url of the external page which we want to avoid.
I use the Kendo UI Scheduler for simple agenda management. What I need to achieve is that a user can click in the scheduler and select a slot (basic behaviour). I don't want a popup to showup but I just need to respond to the selecting of a timeslot in the scheduler. I can use the change event but that one is fired multiple times when I select a few hours for example.
Is there a way to attach events like mouseup or dragend to respond to this user behaviour?
In another post, there was a workaround to the dropdownlist's conflict with bootstrap (using stopImmediatePropagation). Before using that, my keyboard navigation was just like that person's post. After the fix it worked fine until I tabbed up to a specific input field that called some validations once I removed its focus. However, when I tabbed back down to the dropdownlist, all keyboard navigation stopped completely. In the attached video, you can see it working properly with the keyboard, until I go to the first input field (the one that cues some validation) and then back to the dropdown. Please let me know what I can do to fix it, thank you!
I have a grid with a Modal popup editor in place. Window opens correctly but when I add a numerictextbox widget with an Event code in place it doesn't open the popup window it displays the content at the bottom of the grid. (see attachment...) If I remove the Events code then the popup window displays correctly. I tried with Kendo sample code and the same happens.
Hello, I'm using the cascading drop-downs on a basic form (using bootstrap). There are a total of 4 of them, and when someone is submitting a new form they work great. The problem I've run into is when I want to load the form with data from a database to edit. Currently what happens is the first two drop-downs are enable, but the other two aren't. They all have the correct values selected, but I just can't change them unless I drill down again.
Is there a way to enable a cascading drop-down list if the page is being loaded with the values selected?
I've tried to do it using things like:
$("#DDLName").prop('enable', true); or $("#DDLName").attr('enable', true); but it doesn't work.