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.
Completed
Last Updated: 25 Jan 2016 11:03 by ADMIN
Created by: Pablo Martinez
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
9
When the are building the grid, will bu useful to have and option to set the page number that you want to display
 
.DataSource(dataSource => dataSource
        .Ajax().PageSize(Model.PageSize).Page(Model.Page)
        .ServerOperation(true) // Paging, sorting, filtering and grouping will be done client-side
                        .Read(read => read.Url("/results/gethomes"))
Declined
Last Updated: 13 Jan 2016 18:00 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be nice to have a feature available to let user import excel sheet and import its contents in existing Kendo UI grid. 
Completed
Last Updated: 13 Jan 2016 17:57 by ADMIN
The library is getting pretty big - lots of great features, but still big.  I would love to see the team take some time and offer more options to reduce the size of the ALL and CUSTOM builds.  Perhaps look to drop old browser support and do a pass on tightening things up.  Set a goal for the team to reduce the library size by 10%.
Completed
Last Updated: 13 Jan 2016 17:54 by ADMIN
Created by: Ganesan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Add custom defined formulas
Completed
Last Updated: 13 Jan 2016 17:53 by ADMIN
Created by: Andrey
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add Auto Fill and Fill Down functionality to Spreadsheet
Completed
Last Updated: 13 Jan 2016 17:53 by ADMIN
Created by: Joshua
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
185
It would be great if it is possible to disable certain dates in the calendar. Maybe if it is possible to pass an entire array with calendar-date-objects, it would be more convenient to disable dates or highlight certain dates.
e.g. CalendarDateObject could have 3 properties:
- CSS class (this style would be applied to that certain date)
- Disabled true/false; default = true (if disabled, date is not clickable)
- Footer text (When you hover over the date, you can see this text in the footer)

By using an array of objects, you don't have to check if a date is in a certain array to change the CSS-class of that date. In the way it is now implemented, you have to write all lines of code to check if the date is in an array.
Completed
Last Updated: 13 Jan 2016 17:52 by ADMIN
Created by: Valentyn
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
32
Thank you for  adding Excel-like filter. This is what we wait for a long time.

Could you please add textbox to excel-like filter?
So, if there are too many options in filter i would like to search for option i need. (Kind of filtration in excel-like filter)

Example: http://imgur.com/SIdHmSb
Completed
Last Updated: 13 Jan 2016 17:51 by ADMIN
Created by: Otto Neff
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
17
Define by Settings or via API Calls to enable or disable 
any Cell or Cell functions like Context Menu.
Completed
Last Updated: 13 Jan 2016 09:31 by ADMIN
Using the Sortable Widget on a Grid works great to allow the user to manually sort the grid rows.  But if the grid has a vertical scrollbar, the  user has to drop the row multiple times to get a row from the top of the grid to the bottom.  It would be nice if the grid would Autoscroll when the user gets to bottom of the viewable grid.

Thanks,
Mike
Completed
Last Updated: 07 Jan 2016 17:27 by ADMIN
Created by: Mathieu
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
7
Use checkboxes besides the dynamically created items in the legend of the chart without defining a custom legend.

Please see the attached image here :
http://www.telerik.com/forums/can-i-use-checkbox-on-dashboard-tip