Completed
Last Updated: 13 Apr 2016 09:43 by ADMIN
Created by: Stephan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In order to visualize process workflow items and their sequence, a new Kendo UI control would be a big step forward. I was getting inspired by SAPUI5 control "process flow". Here the link:
https://sapui5.netweaver.ondemand.com/explored.html#/sample/sap.suite.ui.commons.sample.ProcessFlowConnectionLabels/preview

This UI is able to be used in different situations:
1. Visual display of workflow steps
2. Display of relations between business work items:
connections and their frequency of usages between business workflow items .

The UI should be able to define workflow items and their connection.
It should also be possible to define templates for connection types and process item types.
Declined
Last Updated: 06 Apr 2016 09:13 by ADMIN
Created by: Surinder
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am looking for a way to design a data entry form inside kendoui window. which has three divs
div 1 has toolbar
div 2 has data entry controls
div 3 has sttus bar

div 1 should be stuck to top of window
div 3 should be stuck to bottom of window
div 2 should have a scroll bar if its contents cant fit in its height

contents should not scroll at window level, but at div 2 level only.

Thanks
Declined
Last Updated: 06 Apr 2016 09:12 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
The disabled range sliders still have cursor:pointer. You need to add
.k-state-disabled .k-tick,
.k-state-disabled .k-slider-selection,
...
{
    cursor: default!important;
    outline: 0
}
Declined
Last Updated: 28 Mar 2016 16:35 by ADMIN
I take many times for one issue.How can i refresh ImageBrowser manually?i try this one already

var editor = $("#editor").data("kendoEditor");
editor.bind("execute", function(e) {
   if (e.name == "insertimage") {
       
// necessary because event is fired before window show

       setTimeout(function() {
           var imagebrowser = $("[data-role=imagebrowser]").data("kendoImageBrowser");
           imagebrowser.upload.bind("upload", function() {
               imagebrowser.dataSource.read();
           });
       });
   }
});
But Thumbnail Image never fires again so image never change.
Declined
Last Updated: 17 Mar 2016 12:54 by ADMIN
Created by: Milan
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
5
Please support Internet Explorer 8 when using Kendo-Angular by supporting Angular 1.2.* branch as well.
Declined
Last Updated: 11 Mar 2016 09:11 by ADMIN
Created by: Vennila
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently if I choose specific options in editor in iPhone 5 and 6 e.g. bold, italic and underline. It retains the style for first line only. As soon as I hit enter all the selected style is gone. If editor is retaining the style in multi lines in other browsers then it should also retain in iPhone as well
Completed
Last Updated: 10 Mar 2016 10:06 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am using Kendo diagram for Workflow wizard. right now i am using my custom icons for Workflow shapes. I also want to use icon/image for connection lines between 2 shapes. Please provide this feature.
Declined
Last Updated: 07 Mar 2016 13:56 by ADMIN
Created by: Loga
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Completed
Last Updated: 23 Feb 2016 20:21 by Kohinoor
Created by: Gary
Comments: 9
Category: Kendo UI for jQuery
Type: Feature Request
15
Tooltips (especially in charts) get clipped. Need to ensure tooltip is posted in display area.
Declined
Last Updated: 23 Feb 2016 10:35 by ADMIN
Created by: T F
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I have a kentoTreeList with a custom footer in which I'm calculating my own footer numbers.  When I export the grid, I see the div tags embedded in my footer template.  Is there a way to export to excel once the footer template is populated?
Declined
Last Updated: 18 Feb 2016 10:58 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Kendo chart are not stacked 
Completed
Last Updated: 18 Feb 2016 09:29 by ADMIN
Cool Kendo UI Q1 2016 webinar today... could not ask any questions using IE11 so lost on prize chances.  Very entertaining Thank you.

Are there any good working examples of using the new Grid or Spreadsheet features utilizing an API such as government information as discussed?
Completed
Last Updated: 16 Feb 2016 15:31 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi 

You have very nice charts colorful and detail but thing page like upperside we have combobox or radiobutton and i have bar chart so when i click selections i want to convert bar chart to area chart or scatter chart to do this dynamically way... 

It will be best
Declined
Last Updated: 12 Feb 2016 12:07 by ADMIN
Created by: Shubhanshu
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Hello ,
           I am working on kendo UI with infinite scroll functionality, but when I going  to get updated data of kendo ui before scroll and after scroll, its only providing me only after scroll changed data not the before scroll edited data, So please suggest me the solution of this issue.
Completed
Last Updated: 06 Feb 2016 16:58 by Alex
Created by: Mac
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
31
I am put off using KendoUI because of the limiting nature of theming and styling the controls especially the sprites

They don't scale well, can't be coloured and are hard to replace without lots of css editing. 
Declined
Last Updated: 04 Feb 2016 11:41 by ADMIN
Created by: Hong
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Right now kendo ui allows Inserting table BUT no button to delete whole table inserted, it not convenient on user experience.
Declined
Last Updated: 02 Feb 2016 14:38 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
Create UI for XAML. So we can develop "like Silverlight" applications using C#/XAML, UI designer and MVVM but with no javascript, ASP.NET, etc

There are thousends of C# developers that dont want to mess with javascript and HTML, it is improductive!

cshtml5.com is tryting to do this, currently in beta 7 but got of interests they have to raise beta downloads limit.

 Buy them or implement your own solution. Combination of cshtml5.com and KendoUI nice widgets and themes could be awesome and perfect replacement for silverlight and developers that dont want HTML/JS.

MS visual basic was popular because it was so easy and fast to create projects with it. We need this kind of fast web development with XAML UI editor etc.

Nowadays for a simple project you need a designer(CSS), frontend developer(HTML/JS) and backend developer (C#) at minimum.

I have never meet a single developer that likes to work and do the best in those 3 roles. Most C# developers dont like UI, CSS or JS etc.
Completed
Last Updated: 28 Jan 2016 00:29 by David
Created by: Vladimír
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
25
Make better kendo framework documentation. Demos are fine but it does not have many of the necessary information.
Completed
Last Updated: 25 Jan 2016 16:31 by ADMIN
Since 'bind' and 'unbind' have been deprecated and replaced by 'on' and 'off' in jQuery, kendo controls should support the use of 'on' and 'off' for event binding.
Completed
Last Updated: 25 Jan 2016 14:45 by ADMIN
Created by: MarcoCo
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
5
Provides a easy way to filter a list with a simple client-side search feature (example add data-filter="true" attribute to the list). The framework will then append a search box above the list and add the behavior to filter out list items that don't contain the current search string as the user types.