Working example or injclusion in kendo drawing api so that free form drawing of lines, text etc similar to the asp.net ajax image control can be drawn over a image and/or dom element. Using both mouse and/or touch events.
Per the post here: http://www.telerik.com/forums/does-the-kendo-ui-grid-support-column-header-templates In order to achieve a custom header, we have to manipulate the DOM via jquery. That can get messes and makes the grid less maintainable.
This would be great. It is kind of what I had in mind when I suggested this: http://kendo.uservoice.com/forums/127393-kendo-ui-feedback/suggestions/2662536-add-grid-column-filters. I currently use this type of filter where the filter is just a free text field and upon blur or enter, it runs the filter. having control over the type of filter syntax used would be great ... so that it is Linq, List, Oql, or custom string compatible. This is a common feature in the Telerik Grid when used in client mode...
It will be nice to have keyboard support for Grid with Virtualization of remote data (odata) and virtual scrolling enabled. As it can depicted in your demo: KendoUI meets Wakanda, http://wakanda.spirit.de:8081/ if you try to press key down, the grid is not scrolling down when you bypass the limit of visible rows. In addition, if you scroll down using mouse (scrollbar), if you try to press key up then the grid is not scrolling up. Also, keyboard keys page up / down, home, end and in general keyboard functionality is not supported. Despite of keyboard support, your demo is impressive! Regards. Thomas
Any plans on releasing the Nova theme for Kendo UI Web? I really like the Flat theme, but something less round but still colorful like Nova would be great!
It would be great if you could zoom in on the charts like highcharts, http://www.highcharts.com/demo/line-time-series A lot of the charting functionality there would be great.
When the kendo grid is in batch editing I would like for the keyboard navigation to respond like a spreadsheet. Here is an example: http://plnkr.co/edit/hy6Evh?p=preview In the example the keyboard navigation more closely follows an Excel spreadsheet. Here are the specific interactions that I noticed that are different. - when focus is in cell it is automatically put in edit mode. No need to switch to edit mode. - enter, shift-enter, moves down and up. I have observed that my users are more familiar with Excel keyboard behavior than the current Kendo grid behavior.
Currently when screen sizes get smaller and smaller the grid is squeezing the columns as much as possible. But if there are a lot of columns this will soon hit a size that couldn't be squeezed any more. So the result is scrolling which is giving a bad user experience. However often there are columns in a grid that could be omitted on smaller screens because they aren't that important. How about adding some type of "class" to the grid column to tell Kendo that this column should only be shown on medium sized screens and up and another one should be shown on xs size and up (=always) and others should only be shown on large screens?
Now datepicker open only on click to icon, please add option to open datepicker on focus over input
Create a kendo ui router for SPA like ui-router for angularjs.
In a Combox, when you enter some characters, it will filter the list of items automatically for you when you are typing. For example, when you type "j", all items which contain "j" will appear in the list. Everything works so far until you need to type some character of Chinese with an input method. For example, when you try to input "è„š" (which means foot in English), you need to input "jiao" (the Pinyin of "è„š") within the input method. And something strange starts happening: the Combox will capture the first "j" and make it the first character in the Combox, and will still let "jiao" continue to get "è„š", and the final content in the Combox is "jè„š", but what we expect is "è„š" only. It seems like a defect.
Good day, I have a list which is having elements, based on that list the grid will be obtained. I've a requirement of changing the order of elements in that list. So when i change the order of list and run the report, the grid is obtaining with the order of before list but not with the newly changed order. Can i reorder the Grid columns based on that list elements after changing the order of list? Thanks, Sai
While implementing virtual scrolling in kendo grid, I am not able to see loading symbol in my application. But in the demo i could see.For that what i need to do? Kindly help me.
Feedback from a client: We were able to get it to work. We had to url encode the @ symbol in the email address. Example bower install https://firstname.lasname%40walmart.com@bower.telerik.com/bower-kendo-ui.git Once this was done it worked. It might be a good idea to update this in the on-line documentation
Menu widget has disabled items but lacks icons, separators and checked items
sorting the cloumn in grid as per Value added in the text input
Ability to quickly filter and select item from dropdownlist by typing the first few characters of possible dropdown options and having the matched item be the selected item. This is already a normal function of regular dropdowns, and would make keyboard manipulation much faster.
Currently only an array of page size integers can be set in the pageable.pageSizes property. It would be really great to have an option for adding "All" within the dropdown somehow.
Kendo AutoComplete should support input type="number" so that OnScreen Keyboard appears on Numeric Screen when only want Numbers to be input (or at first). Currently it does not (as per support call) so normal alpha OSK appears first and User has to immediatley chnage to Numeric keys. (eg for numeric postcodes etc)