Completed
Last Updated: 27 Feb 2015 21:25 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
is the kendo ui supported in tablet?
Declined
Last Updated: 27 Feb 2015 21:29 by ADMIN
Or will I still need to use CkEditor?
Declined
Last Updated: 09 Nov 2012 09:34 by ADMIN
Scrolling using the scroll bar works just fine.

Firefox 9.0.1
Declined
Last Updated: 30 Jan 2012 11:10 by ADMIN
Created by: Mohsen
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Most web application today must run in different environment, people from disable to different language I would like to suggest that including the right to left and ARIA.
Declined
Last Updated: 07 Jun 2013 19:27 by ADMIN
Created by: Jack
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
See http://www.componentone.com/SuperProducts/PickerViewiPhone/
Declined
Last Updated: 31 Jan 2012 12:43 by ADMIN
query string issue with Kendo ui window(Every time we open a kendo window the Query string should get Updated Instead it not happening)
Declined
Last Updated: 31 Jan 2012 12:36 by ADMIN
Created by: Jayalakshmi
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Do we have ReloadOnshow="True" property for Kendo UI Window too.......
Completed
Last Updated: 03 Feb 2012 18:36 by ADMIN
Created by: Varsha
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I need to know this if I m using Kendo UI, is there any possibility so that i can use all Grid API's on same HTML page ?
Completed
Last Updated: 03 Feb 2012 18:37 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Is Kendo ui support Barchart and Line chart in Tablet Pc? In IE 9 and chorme kendo ui Charts are working properly.but in Tablet Pc its not working.can i reply soon?
Declined
Last Updated: 14 Jun 2013 18:20 by ADMIN
Created by: Phil
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice if the grid pager checked to see if a new row has been added, before allowing the page to be changed. This results in a blank row in the grid, even if the row contains a required field. Maybe ask confirmation from the user about navigating away and remove the row. 
Declined
Last Updated: 06 Feb 2012 16:45 by ADMIN
Created by: Edwin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
CheckBox 
TextBox 
Declined
Last Updated: 28 May 2013 22:48 by ADMIN
Created by: Boone
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Like:  sortable: { mode: "multiple", max: 2 }. When the 3rd one is sorted it unsorts the first.
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' }
    ]
} 
)
Declined
Last Updated: 05 Mar 2012 18:05 by ADMIN
Created by: Thomas
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
For example a guestbook, I want to show the first 10 entries, when the user hits the "show more" button, the next 10 will be loaded and added bellow the first 10. Again, you can push "show more", loading the next 10, append them to the bottom of the list... till no more entries will be received by the server.
Declined
Last Updated: 22 Aug 2017 16:52 by ADMIN
Created by: henok
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I think it is a common thing to use a double click event while using a grid, i don't know why you guys haven't implement it yet
Unplanned
Last Updated: 22 Jan 2020 13:30 by ADMIN
Created by: Adam
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
I've experimented with the Kendo UI on my iPad, with the VoiceOver feature enabled and some of the widgets work well, but not all do.
Adding support for VoiceOver would add a huge level of accessibility to our apps.
Declined
Last Updated: 07 Jun 2013 19:25 by ADMIN
Created by: Istvan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
The validation can contain fatal errors ( form submit is not allowed ) and warnings ( form submit allowed ).

For example blank/short password is a warning, beacuse it allowed but not unadvisable.
Declined
Last Updated: 07 Jun 2013 19:35 by ADMIN
Created by: Kevin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When setting the value for the rich text editor, if the object value is null, it blows up. I have to check if the value is null and if so, set it to an empty string. 
var propValue = linkData[propertyName];
                        var editor = $(this).data("kendoEditor");
                        if (propValue) {
                            editor.value(propValue);
                        } else {
                            // clear value
                            editor.value( '' );
                        }
Declined
Last Updated: 06 Jun 2013 17:46 by ADMIN
Created by: Aron
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I want to resize the splitter height but only when resize has stopped.
Declined
Last Updated: 16 Mar 2012 15:41 by ADMIN
Created by: PPCnSEO
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
View/edit source option to edit raw html inside the editor.