Declined
Last Updated: 20 Nov 2014 16:23 by ADMIN
Created by: Stephen
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In Chrome, you can type into the Editor's fontName tool to select a font. In IE, however, you can't type in a font, but rather can only select one using the dropdown. It would be good to be able to give the user a consistent experience across browsers. Ideally that would mean allowing them to type in a font in IE, but if that is not possible it would be good to be able to configure/turn off the ability to type in the control in Chrome and other browsers.
Declined
Last Updated: 24 Nov 2014 15:58 by ADMIN
Created by: deepak
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am facing a problem in the Kendo grid, I want to apply default filter criteria on the data source. To achieve this functionality, I am filling the filtered data on the first initialization of the data source and then adding the filter criteria on the JavaScript side by using the code.
       masterFilters.filters.push(eventTypeFilters);
        masterFilters.filters.push(roleTypeFilters);   
      dateviewGrid.dataSource.filter(masterFilters);   

But due to this, Http request of the AJAX call is being repeated on the code statement dateviewGrid.dataSource.filter(masterFilters);   

To resolve this problem, I have tried following options,

1) I have returned the zero records at the time of initialization of the data source, but it is giving another hit on the virtualization method.
2) But when I am returning at least one row at the time of initialization of the data source, 
It is not throwing extra hit on the virtualization method.
It is showing strange behaviour. Is there any bug in the Kendo grid?.
Please suggest a right approach to achieve this functionality,
If you want some more clarification on this problem, let me know.





 

    
Declined
Last Updated: 25 Nov 2014 10:34 by ADMIN
I think the treeview is not as good as possible. It can not refresh one of the node alone.
Completed
Last Updated: 25 Nov 2014 17:17 by ADMIN
Created by: Jim
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
popover control that does not rely on mobile framework bits.
Declined
Last Updated: 03 Mar 2020 14:38 by ADMIN
Created by: Kenneth
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
I love your controls except Validator. I have finally made my own, where I can write multiple functions to evaluate each input just like this in typeScript:
new Helpers.Validate([
                { name: 'postId', test: [(e) => { if (e == "") return "Chose a post."; }] },
                { name: 'creditor, test: [(e) => { if (e == "") return "Chose a creditor"; }, ] },
                { name: 'description', test: [
                    (e) => { if (e == "") return "Make a description"; },
                    (e) => { if (e.length < 15) return "Your description are to short "; },
                ]
                }, ]);
It is now a pleasure to make forms and perhaps you will consider to reevaluate the structure of your Validator that I have been struggling with workarounds on for so many hours the last two years. 
Kind regards from Kenneth
Declined
Last Updated: 22 Jul 2021 11:27 by ADMIN
Created by: Fillip
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
I was wondering if there's a way to validate a form that has inputs with identical names. The following JS Fiddle is an example of identical names:

http://jsfiddle.net/fmpeyton/5c9d2p0c/

I would hope there would be a way to handle this, since lots of backend languages have the ability to accept identical name attributes, as they concatenate the values or convert them into an array or collection (ASP.NET).
Declined
Last Updated: 22 Jan 2020 07:32 by ADMIN
Created by: John
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
The grid and chart can be used in mobile apps and seem to work properly.  (See http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/4522456-touch-grid-for-tablets-that-has-as-many-features-a for the suggestion that they do work).

However, they don't adapt to the mobile appearance like the dedicated mobile widgets, which makes them hard to use in cross-platform mobile applications.
Completed
Last Updated: 07 Jan 2015 13:57 by ADMIN
Created by: Gaurish
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
List view should have a Option for the checkbox to select the list with custom template for the checkbox  with custom template for the checkbox which can behave as the toggle button for mobile and can be disabled if not required.
Cause the existing system to select and deselect item is very non user friendly
Declined
Last Updated: 11 Mar 2021 15:30 by ADMIN
Created by: Yong Yong
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo Map - Auto-Center after loading the geojson file.
Completed
Last Updated: 09 Jan 2015 17:14 by ADMIN
Created by: Bhaskar
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Please add support for named stacks in Area and Line charts. It should work similar to Bar/Column charts.

For example, with the following series definition

[{field: 'Whole', stack:'whole', name: 'Whole Part'}, {field:'Part1', stack:'parts', name:'Part 1'}, {field:'Part2', stack:'parts', name:'Part 2'}]

Part1 and Part2 should stack but not "Whole".
Completed
Last Updated: 07 Jan 2015 13:32 by ADMIN
Created by: Pavel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Would be nice to have a replacement for standard checkbox, that looks deiiferent in different browsers (like jqWidgets has) and CheckBoxGroup widget.

For example:
<div data-role="checkboxgroup" data-bind="value: groupValues"   data-row-items="5" data-text-field="text" data-value-field="value"></div>

And the model:
kendo.observable({
    groupValues: [
        { text: "Text1" value: 1 },
        { text: "Text2", value: 2 }
    ]
})
Completed
Last Updated: 20 Jan 2015 16:20 by ADMIN
Make ENTER activate a submit button on a page
from all widgets including the dropdown list.
Declined
Last Updated: 06 Jan 2015 17:37 by ADMIN
MultiSelect field to be able to be inputted manually, if look up is not available
Declined
Last Updated: 07 Jan 2015 09:33 by ADMIN
Created by: Jiajia
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When I used the angularjs to bind template data to kendo-mobile-scroll-view, it will post error when scroll to the last page, it post error as Uncaught TypeError: undefined has no properties, I think there is an error existed, could you fix it? If it is not, or you could give a more clear example on demo part?
Declined
Last Updated: 07 Jan 2015 18:24 by John
<pre>
Change typos in document:

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.filterable.cell.suggestionOperator


from:

"startswidth"
"startswidht" 

to:  

"startswith"

</pre>
Completed
Last Updated: 19 Aug 2021 11:16 by ADMIN
Created by: Olga
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
When you mouse over notes would like to be able to show tooltip with some additional detailed information
Declined
Last Updated: 14 Jan 2015 18:45 by Telerik Admin
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,

When using Kendo in our team's solution, we parse all of the kendo files to build our own dependency tree. While trying to recently integrate excel export for grids, I noticed two issues with dependencies:

kendo.excel.js references kendo.data.TreeListDataSource, but does not require kendo.treelist, so we get an undefined exception.

Export requires jszip, but jszip is not mentioned as a dependency in any of the kendo files. Can we get those added?

Thanks!
Completed
Last Updated: 15 Jan 2015 13:45 by ADMIN
1. If I enter 9/1/15, Kendo control shows me error and asks me to enter 9/1/2015.
2. If I enter 4 and press tab => it should fill it with 4/01/2014.
3. If I enter 4/01 and press tab => it should fill it with 4/01/2014.
4. If I enter 31/2/2015, it should automatically round it to 28/2/2015.

I compared this to other Telerik Product (e.g. Telerik ASP .NET forms controls) and I noticed above items. As this is currently working in ASP .NET Forms control using jQuery/javascript, I believe it should be workable in same fashion as we can't tell our client that one control set works one way for them on one site and other control set works differently by same provider on their other site.
Completed
Last Updated: 16 Jan 2015 10:51 by ADMIN
in
http://demos.telerik.com/kendo-ui/datepicker/index
which is the

DATEPICKER
demo

change attribute in label tag from 

"<label datepicker="start">Show ..." 

to 

"<label for="datepicker">Show ..." 

Reason:

I don't know what the datepicker="start" attribute is for the
<label> tag and I think it is an error
and should be
for="datepicker"
which is a valid attribute for the <label> tag
and makes the cursor move to the datepicker input widgit if the label is clicked.