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.
We've adopted React+Redux and currently building our own component library. Is there an official statement regarding React.js integration and roadmap?
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
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.
Currently grid popup using window. It will be better and nice if grid use dialog as popup screen
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".
Provide Microsoft Word-like authoring and editing in KendoUI using a familiar interface for your end users. Must support importing and exporting files to and from DOCX format. Similar to the Telerik Silverligth and WPF control RadRichTextBox. http://www.telerik.com/products/silverlight/richtextbox.aspx
I would like to be able to add workfklow specific shapes like swimlanes to kendo diagram and being able to edit their texts.
Is integration with aerelia planned? http://aurelia.io/
Presently, widget zoom events are only triggered from the mouse scroll wheel. Please support zoom via touch input.
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
The Globalization cultures contain the zero-based UTC date format "u". However, when parsing or formatting a date using this "u" format, a wrong date comes out. The local hours are not offset to the zero-based UTC format. End-users will see a wrong local date parsed from a UTC date, and a wrong UTC date formatted from a local date. Please add proper UTC support to Kendo UI.
csv file is much lighter than json. For flat data to be represented in grid layout, need to support this format for grid.
If Kendo tooltip configured closeToHide: true, then the kendo tooltip only hide when the close (x) icon clicked. The tooltip will still appear if user scroll mouse or click at another area on browser. Currently kendo tooltip will be hide when user scroll mouse or click at another area on browser even if it was already configured autoHide: false
ASP NET MVC provides jquery.validate.unobtrusive validation that, using jQuery validation, let us set validation attributes into model class. http://weblogs.asp.net/mikaelsoderstrom/archive/2010/10/06/unobtrusive-validation-in-asp-net-mvc-3.aspx Would be nice if it may work also with kendo ui validation.
Very hard to coloring the icon (only black and white if using sprites). I need to color the icon especially during validation when invalid. And second, I also want standardize icon in my project with glyphicons.