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.
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.
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
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!!!!
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.
Should be able to enable and disable switch.
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!
Step-functionality on Major Ticks? On a LineChart I use the "categoryAxis.labels.step"-functionality so not all labelsare displayed, is it possible to display only those Major Ticks in the CategoryAxis where a label is displayed?
DropDown show problem when click on DropeDown.
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!!
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!
In our modern applications localization is part of designing a web application. An issue that I know to be ancient is the 'decimal point is comma' issue. In the USA f.i. a fraction and its integer are separated with a decimal point '1.75' but in Europe, in most countries, this is a comma '1,75'. After selecting f.i. 'nl-NL' (Dutch) for localization the decimal point is no longer accepted as a separator in numeric fields. Most countries in Europe use keyboards with an 'English (United States)' layout meaning that on the numeric pad (to the right) a decimal point key is added not a comma. Now when entering numbers with fractions in the web site users with such keyboards must type the comma key (on the left) in order to be able to enter the separator between the integer and fraction which is annoying. It would be nice if Kendo UI would allow for the decimal point key in the numeric pad to be treated as a separator between integer and fraction
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);
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-
The select event of the DropDownList passes an event argument e. One of the members of said argument is e.item. Contrary to what every sane developer expects, e.item is *not* the dataItem of the datasource bound to the DropDownList, but the DOM element that represents the item visually. The way to get to the data item is *undocumented*. Here's the necessary code: domElem.kendoDropDownList({ /* ... */ select: function(e){ var dataItem = e.sender.dataItem(e.item.index()); // ARE YOU KIDDING ME? } }); Please, PLEASE, pass the data item in the event argument. I can't think of any case in which i would prefer the DOM element in the select handler over the data item.
The comboBox widget does not offer a clear (X icon) when given focus with FireFox or Chrome. IE10 seems to work fine. I experience this behavior on the Demo cite.