Add a "Trackball" feature in the chart for ASP.NET MVC UI (aka Kendo UI DataViz with MVC Wrappers) as described in the blogpost: http://blogs.telerik.com/iosteam/posts/14-03-04/trackball-and-annotations-for-chart-for-ios.-check.-demo-app-on-the-appstore.-check-
Currently, the grid select method operates on the whole page which can easily be an issue if there is more than one HTML table. Eg: $('#myGrid').data('kendoGrid').select('tr') should only select all rows but actually applies the 'k-state-selected' class to all <tr> elements on the page. In cases such as $('#myGrid').data('kendoGrid').select('tr:eq(0)') may not select a row in your grid at all since it selects the first row anywhere on the. Since I've already specified my grid by ID, I would expect the chain of functions to respect that. Two possible workarounds are: 1. $('#myGrid').data('kendoGrid').select('#myGrid tr'). 2. var grid = $("#myGrid").data("kendoGrid"); var row = grid.tbody.find("tr:eq(0)"); grid.select(row);
It would be great if the Menu control could be auto-collapsed to fit a specified with. If you've got more menu items than the width of your page can fit, it would be nice if the end menu items (or even menu items specified with a flag) would collapse to one nested menu item. This should be dynamic as well. Here is my specific example: I've got my menu setup with controller actions attached. Based on system permissions only the menu items the logged in user has access to will show up on the menu. This works fine. A couple of the roles though have access to everything and when the menu shows all of the possible items, the menu wraps to 3 lines since it is wider than the width of my layout. What I need is a way to auto-collapse the menu items at the end of the menu (down to one nested menu item) in the cases where it would wrap past 1 line.
VS extensions for mvc 5.1+ soon!
On Kendo UI Demos, remember my settings (e.g.asp.net razor) http://demos.telerik.com/kendo-ui/web/notification/index.html if I view an example in its Asp.net MVC razor incarnation for example, the site should remember these settings for my next example viewing. Better yet, when I click on "Documentation", I should be taken to documentation in its Asp.net MVC razor format!!
DropDown show problem when click on DropeDown.
Add support to the AutoComplete widget for binding ID of selected item to the value of the record being edited. At the you can only bind the text-field. This is useless for related records. It's not good for much if you can't bind the id of the selected record, like in the Combo. It should also have an option to only allow matching records. So if the user types something that doesn't match it won't bind... and validation can pick up a null value that way....
Just like the NumericTextBox in Kendo Web, but for Mobile!
An option to trigger swipe on touchend, and support for cooperative drag and swipe events.
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
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
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.
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
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.
Documentation on charts is very hard to navigate and search with too little examples.
If you look around lots of people actual and potential telerik customers are looking for this kendo-breeze real integration. Telerik will loose ground persisting on the ignorance of this. BTW my name is Luis Antunes, as I can see i'n still logged in as anonymous
With the current implementation the kendoMaskedTextBox.value() method returns the value including the mask. There should be a way to get the inner value, without the mask.
It would be great to have "replace" and "reload" methods on the kendo router. Similar to the window.location.replace and window.location.reload methods. This would be extremely useful for SPA development.
Better handling of label overlap: On multiple data point geting closer with label is always very hard to get over the datapoint, Also the labels are not adjusting. Can we have some option to adjust the space between between the DataPoint Marker and label this give bit more space Click events on data points: Now the click event is enabled on both the label & marker of the data point. Can we make a option to disable the event on label which makes better when i have the event only on marker is there a way to do so
hi, we are trying to create part tracking dashboard in mes tool. we want to have stacked bar plus marker to track the shipping and stock level. but we are finding the combine chart feature in this tool. kendo ui support team was reviewed our requirement in future.