Completed
Last Updated: 10 Aug 2015 14:00 by ADMIN
Created by: Anthony
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
If you add a context menu to a textbox it disables the box. I've asked about this previously in a support call but was told it's not likely to be supported as there's no demand for it. 
  It would allow for excel like interaction where you can select a number of textboxs on mobile and right click/long click to get a menu, 
Declined
Last Updated: 10 Aug 2015 16:39 by ADMIN
Created by: Rajeev
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am able to generate PDF file from Org Chart.  I am using Arabic word in Org Chart. My Arabic word is getting split in individual character and all characters are appearing left to right in PDF instead of right to left. My Arabic word is loosing actual meaning because of this reason. 

We are not facing this type of issues in your other reports where you have provided Save PDF option in drop down. 

Thanks & Regards,
Rajeev
Completed
Last Updated: 10 Aug 2015 16:32 by ADMIN
Created by: Hugo
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently the component is very limited to OLAP. Please implement PivotGrid with features like filtering and sorting to flat data, as well as is done in normal grids.
Declined
Last Updated: 10 Aug 2015 16:27 by ADMIN
Created by: Vasim
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently to use the native mobile Date Picker I have to add if statement like so:

@if (Request.Browser.IsMobileDevice)
{
	@Html.TextBoxFor(model => model.DateTime, new {type = "date", @class = "k-textbox k-input", @onchange = "dataChanged()" })
}
else
{
	@(Html.Kendo().DatePicker()
                                  .Name("DateTime")
                                  .Events(e => e.Change("dataChanged"))
                                  .HtmlAttributes(new {style = "width: 120px;"})
                                  .Value(Model.DateTime)
                   )
}

What's worse is now the data() method cannot be used to reference the Date Picker in JavaScript, thus, another if statement has to be used:

if ($("#isMobile").val() = 1) {
    var dateTime = $("#DateTime").val();
} else {
    var dateTime = $("#DateTime").data("kendoTimePicker").value();
}

It would be great if something like UseNative(true) could be used keeping the Kendo Date Picker API:

@(Html.Kendo().DatePicker()
     .Name("DateTime")
    .Events(e => e.Change("dataChanged"))
    .HtmlAttributes(new {style = "width: 120px;"})
    .Value(Model.DateTime)
    .UseNative(true)
)
Completed
Last Updated: 10 Aug 2015 16:22 by ADMIN
Created by: michael
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
kendo tree list drag and drop function has only ui support.it's good if it will be customable.
Declined
Last Updated: 10 Aug 2015 16:02 by ADMIN
Completed
Last Updated: 30 Sep 2021 08:14 by ADMIN
Created by: Kash
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Ontario and Canadian Govt ask all new sites to be WCAG 2.0 level A compliant since Jan 2014 and AA compliant by 2021. We need toolset fixed for this regulatory requirement.
Declined
Last Updated: 14 Aug 2015 09:18 by ADMIN
Created by: Joydeep
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
You should option to convert UTC time from database to specific Timezone with DST checking in telerik Reports. The problem is as below: We are taking user date time from aplication UI in CST and converting in to UTC in C# and saving it to SQL and for displaying also we are Converting From UTC to CST with DST checking in C# and showing in to Razor view. Its working perfectly. We have stored application wise timezone settings in our SQL. But to display any datetime in Telerik Report we need to convert from UTC to CST with DST checking. Currently there is no option available to convert it in Report. To resolve this issue we need some feature in reports.
Completed
Last Updated: 23 Jan 2020 18:35 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I'd like to show Totals for Stacked Bar / Columns Charts.  Maybe this could be like Aggregates in Grid where the Aggregate is accessible via ClientTemplate?
Completed
Last Updated: 19 Aug 2015 16:35 by ADMIN
Created by: Andreas
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
please add touch support for tablets/phones to the scheduler and gantt widget, for moving events or tasks
Completed
Last Updated: 20 Aug 2015 10:17 by ADMIN
Basically I'm asking for [`optionLabel` from `DropDownList`][1]. I can't do it using the datasource, because my data is remote.

  [1]: http://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist#configuration-optionLabel
Declined
Last Updated: 29 Oct 2021 14:55 by ADMIN
On data management controls (like the grid and the listview), if they are bound to an ajax remote data source and an error occures, it will silently ignore it and accept the changes. You listen to the error event on the data source to display the messages, but that wont stop it from accepting the changes. You can add a single occurrence listener on the grid's data binding event to prevent it, but you are starting to get into weird hacks. Then theres the listview, which is an even uglier hack.

Not only should this be standard behavior in the first place, but it's a pain to even get it to work with hacks.

Please change the behavior or at least add an option to prevent accepting bad data that didn't even get saved in the database.
Declined
Last Updated: 02 Sep 2015 16:14 by keith
Created by: keith
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo AutoComplete should support input type="number" so that OnScreen Keyboard appears on Numeric Screen when only want Numbers to be input (or at first). Currently it does not (as per support call) so normal alpha OSK appears first and User has to immediatley chnage to Numeric keys. (eg for numeric postcodes etc)
Completed
Last Updated: 07 Sep 2015 10:14 by ADMIN
Created by: PrimePay
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Ability to quickly filter and select item from dropdownlist by typing the first few characters of possible dropdown options and having the matched item be the selected item. This is already a normal function of regular dropdowns, and would make keyboard manipulation much faster.
Declined
Last Updated: 23 Jan 2020 18:53 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
The ability to use multiple navigators on a column chart. 
Currently the option to compare two ranges of data on the same chart is not available out of the box.
Declined
Last Updated: 03 Mar 2020 14:45 by ADMIN
It would be nice to have navigation methods like 'nextRecord', 'previousRecord' to select grid records. These methods must  take care of paging issues and load next/previous page automatically and select the correct record afterwards. I've implemented these methods on my side nut it would be easier to have them natively as part of the grid implementation.
Declined
Last Updated: 08 Sep 2015 11:56 by ADMIN
Created by: vivek
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
sorting the cloumn in grid as per Value added in the text input 
Completed
Last Updated: 11 Sep 2015 08:00 by ADMIN
ADMIN
Created by: Chris L.
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Feedback from a client: 


We were able to get it to work. We had to url encode the @ symbol in the email address. Example

bower install https://firstname.lasname%40walmart.com@bower.telerik.com/bower-kendo-ui.git

Once this was done it worked. It might be a good idea to update this in the on-line documentation


Declined
Last Updated: 14 Sep 2015 07:51 by ADMIN
Created by: Palanisamy
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
While implementing virtual scrolling in kendo grid, I am not able to see loading symbol in my application. But in the demo i could see.For that what i need to do? Kindly help me.