Hi there,
I was wondering if it's possible to remove the # from the routing in a Kendo SPA application.
In angularjs you set the locationProvider to use "html5" mode and it relies upon the web server being smart enough to serve any request underneath the spa to the main spa page.
For example
http://www.example.com/spa/#/main
would become
http://www.example.com/spa/main
Thanks,
Devin
How can i achieve this?
I have tried with kendo drawing, but i haven't got it to work. Can someone provide me with a working example ?
Thank you.
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