Documentation on charts is very hard to navigate and search with too little examples.
I've been using the kendo.all.d.ts TypeScript definitions file from the beginning. While its quality has increased significantly overtime, it continues to have a lot of errors and omissions. I understand the Kendo UI TS definitions file is generated from the Kendo UI documentation. So the quality of the TS definitions file is only ever going to be as good as the documentation. And that's where the errors and omissions come from. Not everything is documented or documented correctly. I think the best Kendo UI TS definitions file can only be created when the Kendo UI source code itself is migrated to TS. Now that TS version 1.0 has RTM'ed it is time to do this. Spend an entire release doing this if you have to. Who knows how many bugs TS may expose and help to fix.
Add new attribute that the Validator will detect and skip validation on that element/widget. Eg; skip-validation="true" <input type="text" required /> and then at run time you could toggle the skip-validation attribute. <input type="text" required skip-validation="true" /> This would be perfect for complex forms where you are togging the visibility of div container of controls depending on what options that user selects in the form. The problem is at the moment, the validation will validate controls that are not visible. Having a skip-validation attribute would solve this problem, as when you hide the div container you cold also toggle the skip-validation attribute on it's input controls. Regards, Scott
It would be nice to have a PanelBar or something similar for mobile and tablet devices. We've tried, but haven't successfully been able to use the current PanelBar without running into bugs and other issues.
I understand that many of the controls would require styling automatically. I would like options added to controls to disable the styling if possible. For example: MaskedTextbox, let me pass in. { styling: none } as an option on create, and we get a normal, un-styled text box
Scheduler in Day view, horizontally grouped by Resource. Some events have time, some events are "all day" events. I need to able to drag event from All day slot to make them "timed" events and back.
Using the Sortable Widget on a Grid works great to allow the user to manually sort the grid rows. But if the grid has a vertical scrollbar, the user has to drop the row multiple times to get a row from the top of the grid to the bottom. It would be nice if the grid would Autoscroll when the user gets to bottom of the viewable grid. Thanks, Mike
Norwich vs Liverpool Live Stream http://feedback.storify.com/forums/66927-general/suggestions/5803592-norwich-vs-liverpool-live-stream Liverpool vs Norwich Live Stream http://feedback.rackspace.com/forums/71021-product-feedback/suggestions/5803603-liverpool-vs-norwich-live-stream
Wow, I am more than shocked with the new Core license vs gpl, I mean this feels like a slap in the face for all the users who have helped you debug and enhance the product these last few years. Now with the new license you cripple us, no grid, no scheduler, nothing of great value anymore. Telerik, what is going on?? Been with you guys since 2002 asp.net commercial, and recently with kendoui gpl I do appreciate the gpl of kendoui but to make such a dramatic change to the open source product is extremely hurtful. It would be great to keep the gpl license in addition to the apache and continue support for gpl as normal. Having a half-baked open source product pushes users to look elsewhere. Again big disappointment and just feel used for my hard work in supporting the gpl product and the products I am developing in gpl that will now not be supported in the Core since the components no longer exist. Horrible decision on your part!!!!! Bait and Switch practices!!!!
Hello I'm using ClientGroupHeaderTemplate and dynamic grouping but the aggregation isn't working the way I need it to. For example: If I set a column "RandomValue" with a aggregation(sum, count etc), bound it with ClientGroupHeaderTemplate and group another column, the aggregation value is not displayed, but if I group the column "RandomValue" then the aggregation value is displayed but that is not useful to me If I bound "RandomValue" with a ClientFooterTemplate or ClientGroupFooterTemplate and group another column, the value is displayed I need to bound a column with ClientGroupHeaderTemplate and the value should be displayed for whichever column I group, just like it happens with ClientGroupFooterTemplate and ClientFooterTemplate It'd be useful if the aggregation value could be displayed right under the column name My suggestion is that the ClientGroupHeaderTemplate could have the same features as the other templates like I described
By design chart selection is supported only for categorical charts (bar, column etc.) but not for XY-charts (scatter, scatterline etc.). I'd like a similar UI for scatter charts to enable you to select data from the chart especially when the x axis is a time line.
An option to trigger swipe on touchend, and support for cooperative drag and swipe events.
When using inline/batch/popup editing for grids, there is a standard way to handle server-side validation errors (from the ModelState) on the client : http://blogs.telerik.com/kendoui/posts/13-08-29/handling-server-side-validation-errors-in-your-kendo-ui-grid When using the Upload control, the proposed solution is to use XMLHttpRequest.status and XMLHttpRequest.statusText, which is currently not very reliable, and complicated to handle. It's also a non-standard way in ASP.Net MVC, and breaks existing best-practices for error handling. There should be a way to handle ModelState errors on upload.
I need the ability to have a Preview or a Detail View added to the ListView. I need to know when an item is scrolled off of the top of the list view. I want to place a preview or a details view just above the list view. I need an Scroll Event to take action and populate the preview. Scenario: The UI will have a listview of Reports. We want to display the report titles in the list view. We want to show a preview of the report. The Author, Publish Date, a description, etc. When the user scrolls the listview, we want to update this preview or detail panel.
Hi there, I would be great if you could pass the event name into event handlers, as we can't pass any additional args in, like we can with jquery events, so we can write generic event handlers that can detect the event type and handle it. Regards, Scott
We would like an event that we can listen to for when the drawer has completely finished opening.
The switch control does not currently support long text labels so only text such as ON and OFF are suitable. The widget width will not auto expand according to text length so if you want to use text such as Active or Inactive it is restricted. While an additional <label> element can be used to describe the control we find that having the action wording within the control an efficient way to display it. http://i.imgur.com/2ph9BMg.png
Just like the NumericTextBox in Kendo Web, but for Mobile!
At least, including: 1. Tab stop for mobilebutton, mobilebuttongroup, mobileswitch. 2. Selection support for mobilebutton (spacebar), mobileswitch (spacebar/left/right), mobilebuttongroup (left/right/up/down) MobileButtonGroup and MobileSwitch are elegant replacements for radio and checkbox inputs, but they need keyboard support to improve desktop accessibility.
Presently, widget zoom events are only triggered from the mouse scroll wheel. Please support zoom via touch input.