Or will I still need to use CkEditor?
If you gave the Source View "HTML Syntax Highlighting" by default, you would have a winner. Most other editors lack this.
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.
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 ?
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.
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.
ComboBox initialization $(document).ready(function(){ $("#combobox").kendComboBox(); }); is missing an o in kendo
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...
The lack of a horizontal scrollbar is noticeable :))
It would be nice in the grid or treeview modules to have a "DblClick" event handler.
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.
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' } ] } )
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?
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.
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.)
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).
Add support for multiple axis for charting.
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.