Right now, Kendo's angular support is beautiful, but I found a majorly lacking feature. By default, you can bind to either the ng-model or k-ng-model to get the value from a widget. But there are a number of widgets that have a dataItem() function for returning the actual object stored. This is extremely useful, and I use it a lot in everyday coding. While I can overload the change(e) function, it would be REALLY awesome if retrieving this and binding it back to the $scope was built in. I have a demo directive written to show you how I am accomplishing this right now, but it would sure be nice to have it baked right in. Since the uservoice portal does not allow markdown or formatting syntax, I am linking you a pastebin so you can see the code I created. http://pastebin.com/rM288qJK This is certainly not bulletproof, but here is how I use it; <select kendo-drop-down-list k-options="kendoDropDownListOptions" k-data-item="Model.Group"></select> I sure would appreciate a more native approach, though. I don't enjoy having to go around Kendo's back to do this, when it really should be baked right in. The function is provided out of the box, there's no reason not to allow for it! This would easily be done by adding a bit of code to line 375 in kendo.angular.js, as an OUT3 case outcome. I have successfully gotten to the function in question in that part of kendo by using widget.element.data().dataItem(), but that is a pretty hacky way to do it. I'm sure that the actual devs could find a much smarter way to get to it.
When I save or return the value of a MaskedTextBox, it sends the value including the masked. Mask: (000) 000-0000 User Enters: 3331112222 Value: (333) 111-2222 Expected Value: 3331112222 I think it should only send what the user entered and not include the mask. Right now I have to manually remove all of the mask characters from the value. It should only display the value with the mask, not store it.
Currently I am using v2014.1.416. I am binding mouseup event with below code. $('#' + mainId + ' div.k-splitbar').live('mouseup', function(e){ setTimeout(function () { if ((typeof ($fujicracommon) != "undefined") && ($fujicracommon != null)) { $fujicracommon.handleVesselResize(); } }, 200); });
Implement automatic suggestion, i.e. suggest() behaviour for Kendo UI Dropdown Similar to Combobox http://docs.telerik.com/kendo-ui/api/web/combobox#configuration-suggest
Allow binding the grid to a dynamic model (dictionary) and use it in the inline editing mode. This will allow us to decide which columns are shown and which editors to use from the server side. If we do this today, the data will not load.
I am seeing this bug for more than year ago, it would be really nice if you fix this issue, because it works really very well in Ignite UI, here is the jsfiddle. http://jsfiddle.net/KendoDev/5Sssk/
In help text at: http://docs.telerik.com/kendo-ui/api/wrappers/jsp/grid/column Kendo Grid 'locked' help text needs link to 'Frozen Columns' - can't find any help.
It would be very helpful to have more events on every controls and better event arguments on existing and future ones. This include things like click events that could be listened with a standard event binder with proper selector. We don't want to figure out what the selectors has to be. This would dramatically improve the customization of Kendo controls, which I find very hard to deal with in the current state.
Hide a column in a grid with a detail template
In columns array if you set field attr with a number you'll get an error
When changing visibility of tabs within tabstrip, active tab may become invisible and tabstrip moves to a state when no tab is selected. I think it should be optional to set that I want it to go to the first tab available.
Modalviews have to be defined on the page at startup. It would be helpful if a modalview (and a view) could be returned or replaced as a MVC partial view, i.e. make it possible to create and open a modalview after the page has loaded. See also: http://www.telerik.com/forums/dynamically-create-a-modalview#1f2q7wMEu02yYX1_6El2hg
the scheduler options available now are limited, we cannot for example to define the occupied rooms vs days, horizontal axes are the days and list of rooms will be vertically instead of the hours, and also the data could be employees and to define the employees schedules for example, i think this will enrich your scheduler control.
For WorkFlow Design
I need some help to open print dialog using Telerik icenium Mobile Ui in iPhone, i want to open print dialog in my application this application has one html page which i want to print using AirPrint. For that i am trying to import costume plugins by Apache cordova which is as per below link https://github.com/katzer/cordova-plugin-printer But i having trouble to import this plugin to VS 2013 with my project. I hope favorable votes by every one, you will support this as fast as you can.
Swipe ListView items for more action items, usually seen in native apps for swiping to delete. See more capabilities with iOS8 demo for swiping left or right to show multiple action options: http://www.iclarified.com/images/news/41344/183731/183731-1280.png
Have a render mode that will display the listview items responsively. This could also play nicely with a mobile version of listview.