Hi,
is it wanted like that?
kind regards

Is there a way to get only the value of the last selected or removed item?
Also there is an even "select" but there is no event "remove"
Thank you for help
Hi,
I'm stuck with the tabbed navigation part. I want to create a new tab on click of a button(whose name is editable). And on creation of new tab, it should display the same empty table(created using Kendo Grid). I tried to do like http://dojo.telerik.com/iGIqE. But, it did not work.
Please find my js fiddle I've created, below.
https://jsfiddle.net/aravind_93/ope4ojtg/
In short, I would like to add new tab on click, whose tab name is editable, which should display empty grid table I've already created. Please advice me on how to do this. (I had tried to integrate Grid inside TabStrip..)
Thank you.
Hello,
I want to get the event when a change is made to the Task.
For example, start, end, it's Field will change the timing of such parentId.
Is there any way?​
I am using Kendo v 2015.2.624 to create a mobile first website. We are using the MVC Kendo Grid with multiselect filters instead of the default filter configuration. This functionality works as expected on all web browsers including Safari on Mac. The only exception is the iPad. The iPad will expand the filters but won't allow the user to click a filter option nor will it collapse the filter menu. I have attached a couple of screen shots to see if any suggestions could be offered as to what could be the problem.
Okay so you load a model
var myModel = new kendo.observable({ name: "John", surname: "Doe" });Then you load a view:
var myView = new kendo.View("idOfTemplateScriptTag", {model: myModel});Assume you had a layout object called myLayout:
myLayout.showIn("#content", myView, "swap");This works just fine. Everything okay up to this point.
But the documentation doesn't seem to say anything about how you're meant to replace the model in that view and still have MVVM properly bind all the new values to the relevant HTML elements. There are only two methods:
Are you supposed to:
