Completed
Last Updated: 21 Nov 2014 14:15 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Kendo UI Gantt should have a resource view, presenting tasks by resource (so possibly, many tasks on the same line with automatic or manual arrangement) and possibility of multiselection of tasks
Completed
Last Updated: 21 Nov 2014 14:08 by Pierpaolo
Created by: Marcelo
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
4
Dear Telerik,

What are you waiting for to implement a exporting resources to KENDO UI DataViz?
You are losing market share because Highcharts and FusionCharts already have this possibility.

Please, let us know when it will be avaiable.
Completed
Last Updated: 20 Nov 2014 21:02 by ADMIN
Created by: Pierpaolo
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
17
What I want to achieve is a dynamic Choropleth map of the World, whose data change according to a set of parameters.

It is my understanding that the maps widget in Kendo UI can display data in a Shape layer using GeoJSON files that contain both the definition of the shapes of the countries and the data itself (e.g. the population). From your GeoJSON demo it is clear how to change the colour of the countries using the Chroma.scale method.

But it also looks like I need the shape definitions to be duplicated over and over to show different data on the same map: 
let's say that I have about 400.000 possible combinations of the filters, it appears as if I'm going to need 400.000 GeoJSON files that contain both the shapes definitions and the the data and this means lots of network traffic.

My point is that, since the shapes of the countries do not change because the map is always the same, wouldn't it be useful to split the shape definition from the data itself?
In other words having a "shapeSource" property to which you link a GeoJSON that defines the shapes and the "dataSource" property bound to a JSON file that only has data: when the combination of filters changes I would only change the dataSource object.

My current solution is to have the "shapes definition only" file set in the dataSource property of the shape layer and then to use a Kendo.dataSource "data-only" object that I would use in the shapeCreated method to set the colours of the countries.

As a side note, the "data-only" Kendo.dataSource object will be shared between three widgets in the same page because the same data will be shown in a map, a chart and a grid.
Completed
Last Updated: 20 Nov 2014 21:01 by ADMIN
Created by: Pavel
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
Add rerender method to DropDownList, so that it could be dynamically refreshed after eintire select's HTML was changed.

i have a page with several select lists, and their options can be added/removed/disabled/enabled again based on a quite complex logic, which is easier to implement with DOM maniulation than with calling DataSource methods.

Would be nice to have such a possibility 
Completed
Last Updated: 20 Nov 2014 20:59 by ADMIN
Created by: Leslie
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Taking the example grid in index.html and adapting it so it uses a local data source, I get "Nan - Nan of 3 items" for this source:

 var movies = [
						{ title: "Star Wars: A New Hope", year: 1977 },
						{ title: "Star Wars: The Empire Strikes Back", year: 1980 },
						{ title: "Star Wars: Return of the Jedi", year: 1983 }
					];
					
					var localDataSource = new kendo.data.DataSource({ data: movies });

				
                    $("#grid").kendoGrid({
                        dataSource: localDataSource,
Completed
Last Updated: 20 Nov 2014 20:58 by ADMIN
Created by: Vincent
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Do not auto hide the notification when notification is hovered.
Completed
Last Updated: 20 Nov 2014 20:52 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Support for the angular 1.3 version
Completed
Last Updated: 20 Nov 2014 20:50 by ADMIN
Created by: Tom
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
We need to place the axis labels on the tick marks for the column series chart instead of between them.
Declined
Last Updated: 20 Nov 2014 20:49 by ADMIN
Created by: Miguel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
f I have a columns like columns: `[{field: "Address.City"}]`, then it fails if Address is null. 

Uncaught TypeError: Cannot read property 'City' of undefined 

Expected: to handle nulls in parts of path in the same way as nulls in the leaf (e.g. City in this example). Not doing this, means we can't use the default template, sort or group functions on nested properties. 

Simple Dojo snippet to repro. 
http://dojo.telerik.com/AGeTo
Declined
Last Updated: 20 Nov 2014 20:49 by ADMIN
Created by: Jason
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
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.
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?
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