I have just bound some json to the grid, the json includes some raw html, e.g. "<span class=MyClass>test</span>". It appears to bind to innerText so the '<span' shows on the screen. Is it possible to override this to bind to innerHtml instead?
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!