Hi,
I'm building a SPA with Angular JS and Kendo UI Widgets. On page load i got the following error in the console, but I don't really know where it comes from (but everything seems to work without problems):
Uncaught TypeError: Cannot read property 'get' of null
makeWidgetInfo @ VM4882:94
(anonymous function) @ VM4882:507
Does anyone have an idea how to fix this?
Thanks!
Hi,
Why are these rows extending out of the grid boundaries?
Hi,
Just upgraded to last kendo ui release and notice that by now grid rows are highlighted on mouse over !
May be a good feature for some. But please, tell me how to disable that ?
Best regards.
"Select" is showing up next to the selected dropdown item. Please refer to the video for the same.
Video URL: http://screencast.com/t/yGEFNJnM
Hi,
I'm using the Kendo UI Gantt widget (the latest version).
When I add more than 10 tasks, only with Google Chrome, the tasks are not in the correct order.
I have attached a test project and 2 screenshots of the bug.
Hi All,
We are wanting to export the grid with Headers and Footers and control the paper size etc.
We cannot see any documentation on how to manage this and was wondering how others are achieving this?
Thanks in advance for your input/suggestions.
Mike
Hi,
I read many threads about validation in kendo UI, but I don't find what I'm looking for. I have a grid with Custom Popup Editor and AngularJs like this example. When I add a validation in the schema for my grid data source, User cannot save. Because it is a dropdownlist with a default value, required validation does not work. I tried this example for custom validation, but message is not shown. I added this line in the template for popup editor:
<span class="k-invalid-msg" data-for="AssignmentType"></span>It works for a simple textbox, but not for a dropdownlist.
Any ideas?
Note to Telerik Team: There is many documentation everywhere very nice, but when we use dropdownlist in a grid, it is difficult to find the right way to go.
My two cents
Thank you
data: [{ category: "africa", value: 11, value2: 10500, }, { category: "Asia", value: 89, value2: 51351112, }]Please tell me, how to add to the chart value "value2" and display it in a pie-chart?
simple(screenshot):

