Is it possible to add another repeat type without modifying the source code. I need an hourly repeat option.
Thanks
vm.gridOptionsUpdate = { excel: { allPages: true, fileName: providerName },...........// I'd like to invoke function finction changeNmae(){ vm.gridOptionsUpdate.excel.fileName = providerName;// vm.gridOptionsUpdate.excel.fileName = "new name";}<div kendo-grid k-options="vm.gridOptionsUpdate" k-data-source="vm.dataSourceUpdate"></div>
but when i try to save file 'k-grid-excel' name is still old
help pls
Hi,
if I try to use some Widgets like the kendoResponsivePanel and the Switch widget.
But the styles dont works not for me.
http://www.mapserver.lu/kendoui_test.php
The other widget (autocomplete) works.
How can I tell kendoui to style it, or must I create the styles by my own?
Thanks Sven
Hello ,
I am working on Edit kendo UI data with infinite scroll functionality , when I edit Data of grid and scroll the grid then it remove the Dirty Flag, So please Help me to fix this Issue.
I have a grid with grouping and aggregates setup.
I notice that if the first group column is numeric then the aggregates do not calculate properly. See attached.
We experience situations where the bottom item in virtual scrolling list occasionally getting clipped, or not shown (which is a bigger problem as the user doesn't realise its not there)... Its like the scrolling calculation isnt quite 'right'.
To recreate - Use the actual virtual scrolling example http://demos.telerik.com/kendo-ui/grid/virtualization-remote-data.
Just 'wiggle' the scroll thumb on the grid up and down - and the bottom row seems to shift around - see attached one, two, three - which both should be the same, yet the bottom item changes (this test done in Chrome Version 42.0.2311.135 m). It seems to happen especially when browser not maximised
Another way to recreate is starting from kendo basic Grid demo at http://demos.telerik.com/kendo-ui/grid/index, and click Edit this example” button to open in Kendo Dojo, and then set as scrollable : {virtual: true}- and also fails. We performed this test with firefox 37.0.02
Note also occurs in IE 11.0.9600.17728
Then also recreated with the local data virt example http://demos.telerik.com/kendo-ui/grid/virtualization-local-data (local-eg1, localeg2)
Help :)
Thanks
Chris
Hi,
I want to have the following title for my chart:
"Q1 BTI vs, POR
(with open po's from 2015)"
meaning 2 lines. and I want to make the font of the second line, much smaller than the first line.
how can I do that?
I'm unable to access the measure field in a dataCellTemplate when it's by itself and a column dimension is set. measure returns undefined. How can I determine the measure in this scenario?
Please see examples from dojo.
Thanks,