Now, I am doing with the Spreadsheet. I have a problem.
When I change font to Japanese, and then I enter characters to cell.
The first character was disabled, other characters displayed normally.
It only cause with Japanese font.
Please help me about this problem
I would rather have my users wait a couple of seconds for the page to load, than show all the components and have the browsers load the sprites and background images. i.e. the "flash of unstyled text" but only for images. Is there any way you guys can forcibly pre-fetch all kendo images (maybe by creating invisible <img /> tags) so that the images would've been cached, and the UI appears instantly, even for people through slow connections maybe, you can make this optional - because it will be useful for people using a lot of kendo elements on the page - when compared to the people using it as a minor portion. I would love to do: kendo.preload(function() {});
Make it easier to change the themes without having to recode all our CSS code. Many of us have already invested a lot of time in custom JQuery UI ThemeRoller themes for our applications. If we had a conversion tool that saved us from all the CSS recoding I would gladly drop UI and switch to Kendo ASAP.
http://www.requirejs.org/ might be a good fit.
When working with AJAX it's essential to be able to validate a form on the fly, return errors, and deal with them without needing to actually submit the form. Please make sure the validation library works as a callable method rather than just a form submit event binding.
Posted 1 hour ago (permalink) Another important thing for upload element is file list template. Somethink like <script id="template" type="text/x-kendo-template"> <div>#= filename #, [#= filesize#] <span class="menu"> <ul> <li>#= button_delete #</li> <li><input class="k-button" value="Insert into text" onclick="insert()"></li> <li><input class="k-button" value="Copy path to bufer" onclick="copy()"></li> </ul> </span> </div> </script> This way i can path either tmplate ID or template object and affect list of files. Because upload is a very important thing nowadays and usually require more options than just upload.
From: Cary Abramoff Date: 11/14/2011 6:11:04 PM Hi, I have a need to have multiple windows interact. The problem is, unlike your RadWindows for Ajax which will always be on top after receiving a mouse click, not so with the Kendo UI windows. I will explain. I open window A. Window A launches window B. Window B is UNDER window A. I have written JQuery to search for the divs with the k-window classes, find the title span, and set the z-index behaviors I want but this is not as elegant as the behavior of your own RadWindows in the Telerik Ajax suite which I use on my other big ASP.NET project. I believe your windows need to do 2 things for official v1 release. A- Minimize B- Whenever a window receives focus it should have the highest z-index. Thanks!! Cary
In widget "menu" option "direction" would be handy. So you can easily insert the menu under a component and to develop to the top. Would be nice to be able to place the menu on the right or left.
Allows to bind, fire and assert key combination strings against all these Kendo UI widgets and events. Such as using keyboard shortcut to handle grid row selection or using keyboard shortcut to go to next page ... etc.
The current set of Kendo DataViz components are pretty nice but it'd be great to have more control over the colors/shading of chart items. This is more important for interactive charts where a user might click on an item, and then a small snippet of code would re-fresh a sibling chart to show more detailed data, etc. Visually you'd want to highlight the currently selected item (similar to the piechart Explode option) with a different color/shade.
Date and Time Validations & Row Selection in Grid with Checkbox to Enable Delete and Update the Selected Rows
For an example, check the Yahoo weather app on iOS. Click (i) to add/remove/reorder locations. For another example, check the Yahoo stocks app on iOS. Click (i) to add/remove/reorder stocks
Please consider to add closed captions / subtitles to your existing webinars as well to each future recorded webinar; CC are a very handy aid not only for people that are hearing impaired but also for people like me for whom English is not their native language. Thank you
Provides a easy way to filter a list with a simple client-side search feature (example add data-filter="true" attribute to the list). The framework will then append a search box above the list and add the behavior to filter out list items that don't contain the current search string as the user types.
Templates can currently be used in chart labels. It would also be nice if templates could be applied to the chart legend.
ASP.NET MVC 4 RC bundle and minimize function useless with kendoui's CSS. When ASP.NET MVC-s built-in bundling is enabled, kendoui's css-es are broked in the minification. There are some other miscrepancy between MVC 4 default sites.css and kendoui's CSS-es. I'm using 2012.1.322 kendoui version.
With native IOS, Android programs we can put the field prompt (for example User or Password) as a string in the input field that goes away when data is entered and when the field is cleared shows up again. Is this possible to add?
There is a bug with the rendering of the kendoDropDownList When having a site with the following structure: <body> <div id="site"> <-- other content --!> </div> </body> The site div is streched to support a footer appearing at the bottom: #site { min-height: 100%; height: auto !important; height: 100%; } The first time you open the dropdown box it will appear 9.5 px to the left then where is supposed to be, the second time it appears correct.