I'm resurrecting this on the suggestion of Todd Anglin. An earlier request for this feature was declined because modern browsers include spell check. However, there are many use cases where this is no use. In my particular case I need: - Spell Check to work in IE8 - Custom (and programmatically accessible) dictionaries - The ability to programmatically turn spell check on/off on a field by field basis
We are currently in the process of converting our site from using RadAjax controls into Kendo UI controls. We use a lot of drop downs (single select and multi select). While working with the Kendo UI controls, we saw that there were no multi select drop down controls available. There is a multi select control, however it uses a 'token' style and is not a control that we can use in our environment. There should be a multi select drop down control similar to the control used in RadAjax framework.
I would like there to be a simple input field that allows a datasource to be attached. This would support update database operations to be sent as JSON to the desired URL, much like grid or gantt do.
Seems a bit of an oversite that you don't have this on, given the width and breadth of your other controls.
Slider seems to only output numbers, I want to use it for date ranges, ala mint.com.
Greetings Please add this feature (Persian Calendar) into a valuable package Thanks to the team
Non-date values don't trigger change events...so I can't remove\fix non-date values If you're gonna do that, then please at least make it so it ONLY accepts dates, like wipe the text if some non-date value is in there. What you're doing to me is making me need to write my own blur\change for every date picker I use...ever...in anything REF: http://www.kendoui.com/forums/kendo-ui-web/date-time-pickers/change-event-bug.aspx#GYb05l5uvUG-Bq_duYcF8Q
That would be great if you create UI element Ribbon. With automatic buttons scaling on window resize.
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.
If there is a way that we can lock the top row of our grid and still use the browser scroll instead of their grid scroll? Right now we lose that top header row and it’s making everyone crazy.
It will be good to configure the editor to support readonly . We require this behaviour where we don't want users to change text unless a specific requirement is met.
I am trying to build a dashboard using telerik kendo with at least 3 template and a drop down panel from where i need to drag and drop to those template ... am using <div kendo-sortable class="col-sm-4 placeholder" id="side" k-connect-with="'#main'" k-placeholder="placeholder" k-hint="hint" k-filter="'.widget'" k-on-change="dropped(kendoEvent)" style="width: 180px">...</div> AND <div kendo-sortable class="col-sm-8 placeholder" id="main" k-connect-with="'#side'" k-placeholder="placeholder" k-hint="hint" k-filter="'.widget'" k-on-change="dropped(kendoEvent)">....</Div> but by using this i can create only one template how to create rest.
I think it is a common thing to use a double click event while using a grid, i don't know why you guys haven't implement it yet
When we do some pages just like register, we need step by step, a smart wizard plugin will be useful.
I think a Kendo UI plugin for WordPress would be a potentially massive hit with WordPress users and developers. I saw here http://www.kendoui.com/blogs/teamblog/posts/12-02-29/q_a_from_kendo_ui_webinar_q1_2012.aspx that you can use Kendo UI with WordPress. That is great, but an actual plugin would be awesome. Of course there are plenty of ways you could go about it - these are just a couple broad suggestions that come to mind. Offer a free WP plugin available to current Kendo UI customers seeking simplified integration with WP. Or, offer a premium/paid WP plugin to potential customers who would like to use Kendo UI with WordPress site(s) only.
if I want make my custom header (image, few rows, others) I can't do it - I need to write "title:false" and to come up the implementation of title in content. I propose to add a few lines in the code to be able to customize header: 1. To templates: templates = { ... existtitlebar: template( "<div class='k-window-actions k-header'>" + "# for (var i = 0; i < actions.length; i++) { #" + "#= action({ name: actions[i] }) #" + "# } #" + "</div>" ), ... }; 2. To function "createWindow(element, options)": instead of "if (options.title !== false) wrapper.append(templates.titlebar(extend(templates, options)));" next: if (options.title !== false) { var header = contentHtml.find(KWINDOWTITLEBAR); if (header.length == 0) wrapper.append(templates.titlebar(extend(templates, options))); else wrapper.append(header.append(templates.existtitlebar(extend(templates, options))).detach()); } And if I write: <div id="window"> <header class="k-window-titlebar"><img src="some_image.png"/> Test header</header> Content of the Window </div> ... $(document).ready(function() { $("#window").kendoWindow(); }); I get next (ex.): <div class="k-widget k-panel" style="padding-top: 26px; "> <header class="k-window-titlebar k-header" style="margin-top: -26px; "> <img src="some_image.png"/> Test header <div class="k-window-actions k-header"></div> </header> <div id="window" data-role="window" class="k-window-content k-content"> Content of the Window </div> </div> P.S. Possible the content of "header" should be placed in "span class='k-window-title'". In this case the new template is not needed. Only override "options.title" in "createWindow".
Ability to use template apposed to field(s) in dataTextField and dataValueField. This feature will make control more flexible and customizable on client side.
It will be great if Telerik gives same themes for AJAX and MVC. As new projects are developed using MVC and to match theme to old AJAX project it will be helpful. When ever if any out-of-box theme is available in AJAX please provide same theme in MVC also. Thanks