I'm switching views using app.navigate and when I do, the header in the new view has height of 0.
http://dojo.telerik.com/@calebsandfort/AdaQO
I can't seem to figure out how to have the dialog actions bound to a function on the model.
I tried the following but it doesn't seem to work. What am I missing?
model = kendo.observable({ value: [], save: function () { console.log('wheee'); } });kendo.bind(el, model);<div data-animation="false" data-visible="true" data-role="dialog" data-resizable="false" data-title="Select Multiple" data-actions="[{ text: \'Cancel\' }, { text: \'Apply\', action: save, primary: true }]"></div>
Hello,
I connected a kendo tooltip to my diagram with a filter of "g". The tooltip is showing when hovering over a shape. I want the tooltip to be loaded from ajax, so I have added an event handler for requestStart of the tooltip.
However, I cannot seem to access the dataItem of the shape in the requestStart event handler to get the id of the item. e.target[0] appears to be the shape, but I can't seem to access the dataItem from it.
Let me know if you want any sample code.
Thanks.
Is there a way to determine miles/meters based on the zoom and scale of the map.
Example the map has center starting coordinates defined based on a center radius search with a default miles, i.e. "You are Here" marker. Other markers are displayed based on the initial result of the center radius search. The screen's zoom rate must be adjusted to display all markers returned.
As the user zooms out a measurement of the next zoom rate is calculated into miles/meters and a new data get occurs returning additional markers within the new search radius.
For Bing maps I have looked at the following article:
https://msdn.microsoft.com/en-us/library/aa940990.aspx
But I am still not sure how to accomplish the desired functionality described above.
multiChanged: function(e) { var values = e.sender.value(); if(values.length > 0) { viewModel.set("available", false); } }selected: function(e) { if(viewModel.selectedNames.length > 0) { e.preventDefault(); } },Hello,
is it possible to set a C# list as data for the Kendo Treemap?
Thanks in advance.

Hello,
I would like to implement zoom in and out buttons manually.
http://dojo.telerik.com/Irepu/5
Here's a dojo fiddle, and currently button zooms in and out at the very center of diagram where I use .boundingBox(). But if I click on FOCUS button (which for demo purposes moves focus to the beginning to the diagram) I would like those buttons to zoom in and out at the center of the screen which user sees, so that the beginning of the diagram would be zoom in and out.
As I imagine I would need some .boundingBox() offsets or something. However i can not find anything like that.


When selected weekly like the picture,
If didn't checked any day of the week can't that the event save and need to alert a message