Declined
Last Updated: 20 Nov 2014 20:48 by ADMIN
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?
Declined
Last Updated: 20 Nov 2014 20:48 by ADMIN
Created by: Robert
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Completed
Last Updated: 20 Nov 2014 20:47 by ADMIN
Created by: YANIV
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
HTML5 Diagram Control - Allow to customize our own shapes and colors 
Completed
Last Updated: 20 Nov 2014 20:46 by ADMIN
Created by: Andres
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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
Completed
Last Updated: 20 Nov 2014 20:46 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 20 Nov 2014 20:46 by ADMIN
Created by: Eric
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Completed
Last Updated: 20 Nov 2014 20:45 by ADMIN
Created by: Alistair
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Declined
Last Updated: 20 Nov 2014 20:44 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Completed
Last Updated: 20 Nov 2014 20:41 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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. 
Completed
Last Updated: 20 Nov 2014 20:40 by ADMIN
Completed
Last Updated: 20 Nov 2014 20:39 by ADMIN
Created by: Stacey
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
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.
Completed
Last Updated: 20 Nov 2014 20:38 by ADMIN
Created by: Zach
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
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.
Declined
Last Updated: 20 Nov 2014 20:38 by ADMIN
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);
        });
Completed
Last Updated: 20 Nov 2014 20:36 by ADMIN
Created by: Jonathan
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
4
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
Completed
Last Updated: 20 Nov 2014 20:35 by ADMIN
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.
Completed
Last Updated: 20 Nov 2014 20:35 by ADMIN
Created by: Tor
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
13
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.
Declined
Last Updated: 20 Nov 2014 20:35 by ADMIN
Created by: Rahul
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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/
Completed
Last Updated: 20 Nov 2014 20:34 by ADMIN
Created by: Pier-Luc
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Completed
Last Updated: 20 Nov 2014 20:32 by ADMIN
Created by: Jonathan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Hide a column in a grid with a detail template