Declined
Last Updated: 18 Jun 2013 18:06 by ADMIN
Created by: Bhavin Patel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Hello,

There are not many templates available for creating Mobile App using Kendo UI. Are there any plans on providing some templates like the one themeforest offfers?

http://themeforest.net/item/touch-mobile-tablet-html5-template/full_screen_preview/1292977

Thanks,
Declined
Last Updated: 28 Apr 2012 12:56 by ADMIN
Declined
Last Updated: 11 May 2012 19:54 by ADMIN
Created by: Vitantonio
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Save the state in partial postback
Completed
Last Updated: 20 Nov 2014 18:30 by ADMIN
Created by: Philip
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
63
It would be great if users could hide or show columns. Typically this would be done by a popup with on the right a list of all displayed columns, on the left a list of all hidden columns. Users move columns to the right or left by using arrows, double-click or drag-drop. In the same pop-up they should be able to change the order of the columns.
Declined
Last Updated: 27 Feb 2015 21:28 by ADMIN
Created by: Oscar
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
23
It could be really nice if kendoui played well with twitter bootstrap, and widgets could be set through options to use the twitter bootstrap class names for buttons (.btn) etc. by a simple switch.
Completed
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Sam
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
In your Grid docs here:  http://www.kendoui.com/documentation/framework/datasource/configuration.aspx

The section on 'update:' doesn't actually show 'update:".  It shows 'read:'

The Grid docs also do not have a good example of where the data for an 'update' comes from.  For example I'm using Rails with MongoDB and I am currently getting an error b/c it says by JSON sent to the server is ill formed.  

"Started PUT "/users/4f98846bd51d1d3903000001" for 127.0.0.1 at 2012-04-25 23:51:30 -0500
Error occurred while parsing request parameters.
Contents:



MultiJson::DecodeError (lexical error: invalid char in json text.
                                       _id=4f98846bd51d1d3903000001&em
                     (right here) ------^
):
"

but with the examples I have no way of figuring out what is the cause on the client side.  It's not fleshed out enough for me to know the right way to fix it and where in all the settings I can do how to fix my JSON.  Which by the way from all I read, the issue is that the params are not compliant with the JSON spec.  They are getting sent down as args, but not JSON args.  Just a string that isn't nested in the proper brackets. "{ ..... }" I assume.

Anyway, that was an example of the kinds of things that the docs need more info on.  Why is the edit data that I am pushiing in the 'update' going as a string that isn't valid JSON even though I specified it is supposed to be JSON, and what way do I intercept it and wrap it to be conformant?

Declined
Last Updated: 13 Jun 2013 17:37 by ADMIN
Created by: Marko
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I'd like to be able to catch more points during the databinding and rendering portions of a widget to allow for customization, such as modifying a row on a datagrid, or a render event that could kick off other work. 

The alternative could be a way to inherit from existing controls and the ability to stub in methods as needed.
Declined
Last Updated: 18 Jun 2013 18:24 by ADMIN
Created by: Rob Lauer
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently you cannot link from a view in Page1.html to a specific view in Page2.html. You must always load the first view of Page2 first.
Declined
Last Updated: 23 Jan 2020 10:34 by ADMIN
Created by: Lee
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
There may be cases where you need to fully refresh / reload a remote view  after CRUD operations instead of amending the data in the view via ajax / jquery.

In my case I had already built an application and hoped I could plugin Kendo Mobile UI for a mobile version, but have ended up having to change the way the application works to use the Datasource component.

So if purging loaded remote views cache is something that may be considered for future releases, that would be great.
Completed
Last Updated: 16 Mar 2017 18:32 by ADMIN
Created by: Wannes
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
7
The Globalization cultures contain the zero-based UTC date format "u".
However, when parsing or formatting a date using this "u" format, a wrong date comes out.
The local hours are not offset to the zero-based UTC format. End-users will see a wrong local date parsed from a UTC date,  and a wrong UTC date formatted from a local date.

Please add proper UTC support to Kendo UI.
Completed
Last Updated: 20 Nov 2014 18:30 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
35
It would be great to have file manager support in addition to the image manager for the HTML editor. Some sort of way to upload resources, organize them, crop (for images), and ultimately select from a picker to be included in the HTML markup. 
Declined
Last Updated: 13 Jun 2013 17:36 by ADMIN
Created by: Craig Shearer
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I'd like to be able to have a very compact validation message - just the icon, and a TITLE that is visible when the user hovers over the ! icon.
Declined
Last Updated: 18 Jun 2013 18:24 by ADMIN
Created by: Craig Shearer
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
There should be an event on the validator to be notified when validation triggers.
Declined
Last Updated: 27 Feb 2015 21:31 by ADMIN
Created by: Oscar
Comments: 10
Category: Kendo UI for jQuery
Type: Feature Request
34
Would be nice with some sort of table support in the rich text editor. Normally we need a very stripped down RTE since it only represents a part of a page (a block), so the bells and whistles of tinymce are a bit overkill.

However it seems that even though it might be difficult to use in an RTE due to complex UI, we often get questions regarding how to insert a table into a text. Not a complex table, but just a simple table with maybe a class, some th and td's.

It would be really nice if we could stop integrating tinymce and just stick to one library, with a little more beefier RTE in Kendo UI. :)
Declined
Last Updated: 23 Mar 2017 09:14 by ADMIN
Created by: Maxim
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
2
Ability to use template apposed to field(s) in dataTextField and dataValueField. This feature will make control more flexible and customizable on client side. 
Declined
Last Updated: 18 Apr 2012 12:37 by ADMIN
I'd like to be able to... 
- toggle columns on and offer
- filter the content (eg, show only the rows where the Size column is "Medium")
- re-arrange the columns into a different order
- resize the width of columns
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: 20 Nov 2014 18:29 by ADMIN
Created by: John
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
We need a pager beyond the grid guys. Did I miss this one? Honestly Kendo Widgets would be good enough so we could build our own components for things like this.
Completed
Last Updated: 17 Apr 2012 17:30 by ADMIN
Created by: Huw
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Neither I nor anyone at my company can get it to work. We get a link in a email and the page fails to load at all. That means that I can't get a demo version of the project, I can't post in your forums, and I can't contact technical support. And you don't have a phone number on your site, so I can't contact you that way. If the only way of getting to you is via registration then you really need to make it work properly.

Completed
Last Updated: 27 Feb 2015 21:21 by ADMIN
Created by: Thomas
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
It would be a very cool thing to have a small WYSIWYG-Editor for mobile devices.
As far as I know, there isn't kind of this on the market at all.
So Kendo UI Mobile could be at pioneer-state