Declined
Last Updated: 27 Feb 2015 21:29 by ADMIN
Or will I still need to use CkEditor?
Declined
Last Updated: 27 Feb 2015 21:29 by ADMIN
Created by: Gary
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
If you gave the Source View "HTML Syntax Highlighting" by default, you would have a winner. Most other editors lack this.
Declined
Last Updated: 27 Feb 2015 21:29 by ADMIN
Created by: Dan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
This causes Kendo grid's javascript dataItem method to fail since it is trying to access a blank array.  The wrapper is useless to me without this.
Completed
Last Updated: 27 Feb 2015 21:28 by ADMIN
Created by: Fahad
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
1
I clicked Get Kendo UI button; it took 30 seconds to load a popup that asks for user/password and kept on saying "reading from ajax.microsoft.com" not sure why you're hitting that for....

well, then I chose the Register tab, it does nothing. I am using Latest Google Chrome.

If your own UI is not working properly, how can you expect people to count on you for their UIs ?
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.
Declined
Last Updated: 27 Feb 2015 21:28 by ADMIN
Created by: blake
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be very beneficial to have the ability to set our own labels on our chart types. This way instead of having labels set a set amount for example 10s, for 1 to 100, labels could be set at just the intervals that make sense for our chart. Like 1,15,63,100. Since ranges can already be set at a variable amount it would be helpful to label those at the point they change.
Completed
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Luke
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
ComboBox initialization
  $(document).ready(function(){
      $("#combobox").kendComboBox();
  });

is missing an o in kendo
Completed
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Cary Abramoff
Comments: 12
Category: Kendo UI for jQuery
Type: Feature Request
58
I am coming over as a Telerik Ajax developer. I am developing a pure html app against Amazon's S3 service and unfortuately the native sorting you provide is case sensitive. 

My sort ascending appears as

AAA
BBB
aaa
bbb

not very intuitive for end users...

Declined
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Cary Abramoff
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
The lack of a horizontal scrollbar is noticeable :))
Declined
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Kyle
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
It would be nice in the grid or treeview modules to have a "DblClick" event handler. 
Completed
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Will Huang
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
Allows to bind, fire and assert key combination strings against all these Kendo UI widgets and events. Such as using keyboard shortcut to handle grid row selection or using keyboard shortcut to go to next page ... etc.
Completed
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Marien
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
There is a bug in the normalizeFilter function.

expression = {
                    logic: "and",
                    filters: isArray(expression) ? expression : [expression]
                }

The logic option is hardcoded, so it won't use the value you submit using the datasource.query() function.

Example:
dataSource.query(
{
    logic: "or",
    filter: [
       { field: "indicator", operator: "contains", value: '0.a' },
	{ field: "indicator", operator: "contains", value: '1.a' }
    ]
} 
)
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: 27 Feb 2015 21:27 by ADMIN
Created by: Robert
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
As per this forum post: http://www.kendoui.com//forums/mvc/grid/bug-grouping-name-does-not-honor-mvc-attributes.aspx, the MVC Helpers for the Grid honor the Display attribute in certain situations, but not others.Namely, when a column with a [Display] attribute is turned into a Group, the DisplayAttribute.Name is no longer honored.

But even that is technically not the correct behavior. The correct behavior is for the group to use DisplayAttribute.GroupName, then DisplayAttribute.Name if the GroupName is not specified.
Declined
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Allow charts to define multiple chart areas.  

This would be particularly useful in scenarios where historical data for an industrial process must be visualized in line charts (e.g. temperatures, pressures, valve positions, flow rates etc.)
Declined
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Oscar
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
CKEditor provides the "Insert Template" feature which gives the user the ability to design/create HTML Templates, add it to the toolbar menu, and reuse them. Please see the CKEditor documentation below for reference:

1. http://ckeditor.com/about/features#user-rich-content (see "Templates" on the right)

2. http://docs.ckeditor.com/#!/api/CKEDITOR.template

3. http://ckeditor.com/addon/templates

This will be a tremendous addition to the Editor, giving us the ability to create special-purpose HTML snippets, add them to the toolbar, and reuse them throughout (e.g., footnotes, bibliographic entries, etc).
Completed
Last Updated: 27 Feb 2015 21:26 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add support for multiple axis for charting.
Completed
Last Updated: 27 Feb 2015 21:26 by ADMIN
Created by: Ilja
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Declined
Last Updated: 27 Feb 2015 21:26 by ADMIN
Created by: Mac
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Declined
Last Updated: 27 Feb 2015 21:26 by ADMIN
Created by: Ben
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently the Kendo AutoComplete can show more than one piece of data in the drop down when you define the template accordingly. The downside is that you can't have header to describe each piece of information.