Hi,
Please find the attached file for loading symbol with records count in kendo grid while doing virtual scroll. Kindly provide some ideas or samples for this.

Hi
We have a requirement to show week,month wise data with the kendo chart.
Currently we are showing the data as per data we have in Database, lets have an example as below.
we have data of "June, July and September" for the year "2015" in database, so with kendo chart we are showing the data of the same with "June, July and Sept" on x Axis label and value on Y Axis.
Now here we need to customize X Axis to show "August" month label too with no data, as data is not present in the database.
Any kendo property support to enable it.
Regards,
Hitesh

Hi,
1) Is there a way to format the number into basis points (or multiply by an arbitrary integer)? i.e. if the actual value is 0.01, I need to display 100
2) When incrementing/decrementing, can we keep the formatting the same as when we focus out of the box? It always reverts to the actual value instead of the formatted value when incrementing/decrementing.
Thanks,
Devin
There is an option for TreeList editable : {move:true}
I have tried it and it works great with remote data but I could not find out which event is fired after the move is done so I can save the data.
I tried edit, change, sync but non of those work
regs
Ivo
Hi
We have to show Y Axis lable as a format of hh:mm as well as with the tooltip, currently we have the implmentation of showing it as hh.mm.
Any kendo support/format available for this.
Symptoms
Loading kendo.all.min.js file in IE 8 results in multiple JavaScript errors.
Typically the error message will be "Object doesn't support this property or method" and will be caused by a call to map, forEach or bind.
Root Cause
The errors are due to the inclusion of the Kendo UI Spreadsheet​ which requires IE9 and later.
It was nevertheless bundled in kendo.all without the necessary run-time checks.
Mitigation
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.13/es5-shim.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.13/es5-sham.min.js"></script><![endif]-->
Solution
A permanent fix will be included in the next internal build, version 2015.3.1002, due for release on 2 Oct 2015.
Future Service Packs and official releases will be free of this defect as well.
Apologies for the caused inconvenience.​
The example uses Kendo UI Version 2.902.
I am trying to set the width and height of the kendo editor.I had a custom css class and I tried to add a css class like this.
<textarea kendo-editor class='colorful' k-ng-model="html"></textarea><textarea kendo-editor k-ng-model="html"></textarea>​
It did not work. some more research told that I should have the class name as .k-editor o .k-editor-inline. That too did not work.
Say in my application I have different Kendo editors and each of the editor will have different width or height, how do I do that if I modify the common class like .k-editor or .k-editor-inline?
This is the Dojo.
http://dojo.telerik.com/epAbO/4
Thanks.