Hello,
Is it possible to change/customize the way year selection in DatePicker works? Specifically - I would like to have a year drop-down or something similar when clicking the year, as I find the decade/century UI clunky and unintuitive. Something like this jQuery widget is what I had in mind.
Thanks.
Hi
I'm using custom download builder tool to reduce size of kendoUI js file.
In the Kendo UI Custom Download page, there is only one checkbox for chart and this checkbox creates a 470KB js file.
Kendo UI contains many kinds of chart, like bar, line, pie, but only line chart is needed.
Can I create a custom js file which contains only line charts?

Hi,
I use the build-in functions to export a grid to Excel. Is it possible to use a template file (xlt) for styling the output excel export? The template could also contain a letterhead with a logo so it needs to be possible, to specify an offset for rows and columns.
Thanks and regards,
Stefan
Hi,
I've got a problem with your textarea under angularjs.
I need to initialize control as you can check here:
http://dojo.telerik.com/IxEKI
but, when there's no text, i DON'T want "inherited font" and "inherited size" as default selection for comboboxes, i have to select fontsize and fonttye from settings i read on my setting db.
When something is written inside, it's accettable selection mentioned above... really it would be better if selection correstond to the font and size used to write text present inside.
Thanks a lot
Matteo
There's a Kendo UI 2016.1.406 showing for download, but the online Release Notes page just has "n/a". Are the notes to follow?
Also, I get "2015.3.1214" returned from "kendo.version" in my console, and I certainly seem to remember updating to something around that vintage, but "old versions" only shows "2015.3.930" and "2015.3.1111" before hitting "2016.1.112". Was 2015.3.1214 withdrawn or otherwise disappeared?
Hi
I am trying to return IDs for all grid rows in the order the grid is shown in...I have a hidden column which contains the ID.
I first tried with the code below.. where gridData is the datasource.data
for (var i = 0; i < gridData.length; i++) {
var dataitem = gridData[i].Id;
}
The above works, however the ID order is always the same even after fort or filters have been applied.
What am I doing wrong or what property should I be using?
Regards
Mike
<div data-role="view" id="vFoo"> <div data-role="header"> <div data-role="navbar"> <a class="drawer-button" data-role="button" data-rel="drawer" href="#my-drawer" data-align="left"> <img src="img/menu_button.png" /> </a> <span>Foo view</span> </div> </div> <div class="margin-box"> The page </div></div><div class="km-scroll-container" style="transform: translate3d(0px, -60px, 0px) scale(1);"> <div class="margin-box"> The page </div></div>