I was just looking over the Telerik blog post "How To Do JavaScript Alerts Without Being A Jerk". Is there a complete, updated, official example of a standard alert/confirm implementation that one can download?
I want to know the design pattern used while building kendo, I saw 'kendo_module' with some interesting attributes (id, deps, features, ...), but I didn't see anything related to its behavior.
I'm asking because I want to organize our kendo components/modules in order to easily plug-and-play them.
I'm trying to access the "device" object of PhoneGap to get the device name, version etc but I keep getting "Cannot read property 'name' of undefined".
Seems like "device" is undefined?
I used the example code from http://docs.phonegap.com/en/1.5.0/phonegap_device_device.md.html
var phoneName = device.name;
I can see that in the project the Device plugin is enabled.
Is it possible to draw arrechart using the Kendo UI DataViz similar to what can be done with Highcharts?
I’d like to draw an arearange chart and a line on one graph and I want the line to have a black color when inside the arearange but red color when outside the arearange.
See the attached picture.
Also see the following example on jsfiddle.net (however, I wasn’t able to change the color as on the
picture..).
I'm trying to build a page with multiple widget styles (for example multiple buttons each in a different colour).
I found in theme builder how to adjust my colour settings for all buttons - but can I use multiple themes on the same page, and specify the "theme" for each widget? or is there another way?
we implemented Kendo Scheduler on our page where we are talking to our Web API. How to implement lazy loading in this case so I always load only load data for the current view (or for the "biggest" view which would be month).
I was really pleased to see the actionsheet available for the web apps as of the latest release.
In my scenario I need to catch the Open event (when clicking on the table row) so that I can hide/show certain options depending on what row was clicked. However adding data-open="onOpen" to the UL doesn't call that function. This method available in the API docs. Is this a bug? I understand that this may be due to this being designed for a mobile app, but we are using Web solution and would benefit from this method.