Bug in KendoUI ContextMenu sample See: http://demos.telerik.com/kendo-ui/menu/context-menu There is a line of code in this sample: menu.getKendoContextMenu().destroy(); Which seems to use a "getKendoContextMenu()" method which is nowhere to be seen in the sample or the docs. Was it omitted from the sample? "menu" here is: var menu = $("#menu") so it is a jQuery object, so further reason to doubt menu.getKendoContextMenu() is valid.
The SignalR demo does not work in IE8. I can add records, but not view changes to records made to them. The error that displays is: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3; MS-RTC LM 8) Timestamp: Tue, 7 Oct 2014 15:06:04 UTC Message: Object doesn't support this property or method Line: 29 Char: 13 Code: 0 URI: http://demos.telerik.com/kendo-ui/content/shared/js/example-datasources.js Please fix your demo.
Hello: I need to move a horizontal column in a grid table, and too i need move a window at the same time. We can do this now? If possible do, what it is the method to do that?
HTML5 Diagram Control - Allow to customize our own shapes and colors
HI, I still wonder why there is no text input autocomplete widget for Kendo Mobile. I like kendo MVVM to structure an APP. but i really need to use Autocomplete for my proyect (around 5 in different forms). I guess i should go for ionic framework on AppBuilder (i really love the platform) if there is no way to implement autocomplete in a clear way. Regards
The only thing holding us back from investing in Kendo UI is the lack of a styleable scrollbar. You have the most beautiful controls on the market, but they are marred by the mere built-in scrollbars (as rendered by the browser). When do you plan to address the scrollbar? Thank you.
When asking for support from Telerik any code examples use the framework specified in the support ticket. For example, not to give examples in php if you are using MVC etc.
TypeError: Cannot read property 'get' of null↵ at makeWidgetInfo (<anonymous>:94:43)↵ at <anonymous>:507:33 I get this error during reloading the page. I assume this is in your extension.
Currently it is only possible to display more than one measure on a pivot grid. This is a must have requirement for most pivot grids. Please consider removing this limitation soon.
Kendo Tabstrip reorder
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.