Can you add a column template after the grid has been created?
When I choose item, value (MVVM) is null. After choosing another item, value is set to previously selected item and so on.
dojo

Hello,
is it possible to have a grid with
.Selectable(selectable => selectable
.Mode(GridSelectionMode.Multiple)
.Type(GridSelectionType.Cell))
and drag one cell to an other cell (move an entry to an other cell)?
Additionally this should only work if only one cell is selected.
It seems that the "kendoDraggable hint function" is only called if the selection mode is "single")...
Have anyone done this or know how to do with the Kendo-Grid?
thanks, Richard.
Hy,
I have a page, with multiple numerictextboxes. I need to get the value of a hiddenfield that is right after each textbox on textbox change.
I just can't find a way to now which textbox triggered the change event.
Can you please guide me in the right direction?
var homogeneous = new kendo.data.HierarchicalDataSource({ transport: { read: { url: 'http://localhost:500/api/users/getnode?selectedNodeId=31627', dataType: "json" } }, schema: { model: { id: "nodeId", hasChildren: function (item) { return item.hasChildNodes; }, children: "nodes" } }});Let's say there're two treeview components and you are trying to drag&drop an item to the tree on the another side and assume that it fails to drop on the target treeview.
Then you are going to see the node being returned to the original position.
I want to disable the action. I read through the documentation ( http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview ) but no clues have been found.
Collapsing and expanding animation can be manipulated here.
Any idea?
Thank you in advance.
Example: http://dojo.telerik.com/@mharrison/erULo/4
I'm not sure what I'm doing wrong here. I have a flexbox-based grid of 'modules' one of which will use a kendo grid. In my app, the grid's height does not seem to measure as I'd expect. I'd like to use the mobile scroller this will ultimately be wrapped into a cordova app. When I set mobile:"phone" the grid takes over the entire width and is positioned absolutely and I couldn't override any styles for km-pane or km-view to avoid it.
I'd just like the grid's height to fill the available height for the 'module' and be scrollable within those measure bounds without any sort of js. Is it possible?
A while ago, Telerik created Kendo UI packages for meteor (see https://github.com/kendo-labs/meteor-packages). However, these packages have not been updated since five months. Are these packages the recommended way to use Kendo UI in a Meteor application? Will Telerik update these packages?
In my grid, if I enable filter row, and start to search for anything in the column's filter cell, a little spinning 'k-loading' icon shows up, but it doesn't go away after I press enter, or even if I click the 'X' to clear the filter.
Using a template such as: template: '<input type="text" class="k-textbox" autocomplete="off" />' prevents the icon, but this seems like a hack. Plus I do want to see the spinner until the user presses the enter key, but no longer.
Bob Graham