Completed
Last Updated: 04 Feb 2022 10:02 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
Add ability for tooltip on chart title text on Mouseover event, So we can provides more details about chart. 

Current tooltip option is not supported on Kendo chart title text.
Completed
Last Updated: 03 Feb 2022 12:23 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Like the event parameter of series.markers.visual contains the according dataitem the event parameter of series.labels.visual should do so aswell.
Completed
Last Updated: 03 Feb 2022 12:06 by ADMIN
Created by: Anthony
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
This is now always on and you can't override it
- You can't now put images, formatting, etc, into the header
- Not every scenario will have user inputted text in the header
- If it's configurable and defaulted to on this won't affect anyone
Completed
Last Updated: 03 Feb 2022 12:03 by ADMIN
Created by: gestion
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Congratulations for the fantastic tool "http://converter.telerik.com"
which i use sometimes when need to translate code from c # to vb.

The problem is that for some weeks it gives an error when i try to convert c# code that contains the "XmlElement" tag, for example the following code:

[XmlRoot(ElementName = "Navegacion")]
public class Navegacion
{
    [XmlAttribute(AttributeName = "Error")]
    public string Error {get;set;}

    [XmlAttribute(AttributeName = "ErrorCode")]
    public string ErrorCode{get;set;}

    [XmlAttribute(AttributeName = "Respuesta")]
    public string Respuesta{get;set;}

    [XmlAttribute(AttributeName = "Version")]
public string Version {get;set;}
}

Completed
Last Updated: 03 Feb 2022 11:55 by ADMIN
Hi there. I notice a bug on your site. The demo link for a QRCode page is not work on the right side bar of this page. https://www.telerik.com/aspnet-mvc/barcode

The in text demo link however works.

Completed
Last Updated: 03 Feb 2022 08:46 by ADMIN
Created by: Nikolay
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
My company currently uses KendoUI Professional (license) widgets quite extensively. And until very recently it was side-by-side with the Javascript Infoviz Toolkit (http://thejit.org) for just one reason: KendoUI had no Treemap widget. And now it has. But. The Infoviz treemap has neat Tooltip on mouse hover functionality, which our business users love greatly. 

Here's an example: http://philogb.github.io/jit/static/v20/Jit/Examples/Treemap/example1.html 

Could you please implement more events (there are two at the moment) for Treemap widget, so that it enables use of KendoUI Tooltip widgets?
Completed
Last Updated: 03 Feb 2022 08:31 by ADMIN
Release 2022.R1.SP.next
Created by: iConect Developer - Mike
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

Bug report

Reported for iPad Air 2, tested and reproduced on iPad Pro 2020 12.9' iOS 13.5.1.

Reproduction of the problem

Dojo example.

  1. The result of kendo.support.mobileOS is displayed with an alert.

Current behavior

mobileOS returns false.

Expected/desired behavior

mobileOS returns an object with information about the mobile OS, device and browser.

Environment

  • Kendo UI version: 2020.2.617
  • jQuery version: x.y
  • Browser: [ iOS XX Safari | iOS Firefox ]
Completed
Last Updated: 31 Jan 2022 09:52 by ADMIN
Release 2022.R1
Created by: jose eduardo
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

When the Grid is rendered inside of a ListBox, the edit of a cell is immediately cancelled due to the focus being stolen from the ListBox.

https://dojo.telerik.com/iYuDAwIp/3

Completed
Last Updated: 28 Jan 2022 10:20 by ADMIN
Release 2022.R1.SP.next

Bug report

When a culture that uses a "comma" as a decimal separator is applied to the Kendo UI NumericTextBox, the value of the aria-valuenow attribute uses the value without transforming the "," separator into a "." separator.

Reproduction of the problem

Set a culture that utilizes the comma as a decimal separator. Notice the aria-valuenow attribute's value:

https://dojo.telerik.com/okoJIRID

Environment

* **Kendo UI version:** 2020.2.617
* **jQuery version:** 1.12.4
* **Browser:** [all] 

Completed
Last Updated: 27 Jan 2022 11:45 by ADMIN
Created by: Darrell
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
When you set focus on a masked text box that has an existing value, the cursor position is reset to the beginning of the input - even if there is no mask.

I propose:

If there is no mask (i.e so its acting as free text) - don't reset the cursor position on focus, instead, behave like an ordinary input box.
Completed
Last Updated: 20 Jan 2022 12:36 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
8
some time we need to looking up in folder 
On telerik ASP.NET is call FileManager
We just need function like :http://elfinder.org/

Thanks
Completed
Last Updated: 20 Jan 2022 12:26 by ADMIN
Created by: CHicksUS
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I'm trying to move my ASP.NET AJAX to Kendo MVC, but there is one way to customize the radioButton that doesn't translate to Kendo.  A picture/video would be more descriptive, but I'll just sent the html as that's my only option.  It toggles the multiple choices for the radio button, very intuitive for the user...  It would be nice to be able to do this on the Kendo side as well.
:
                    <telerik:GridTemplateColumn HeaderText="Fld1" HeaderStyle-Width="130px" UniqueName="tmpFld1" >
                        <ItemTemplate>
                            <telerik:RadButton ID="rbFld1" runat="server" ToggleType="CustomToggle" ButtonType="StandardButton" AutoPostBack="false" Checked="false" OnClientToggleStateChanged="toggleStateChanged" DataField="Fld1" >
                                <ToggleStates>
                                    <telerik:RadButtonToggleState Text="Not Reviewed" PrimaryIconCssClass="rbToggleCheckbox" Selected="false" Value="-1" />
                                    <telerik:RadButtonToggleState Text="No" PrimaryIconCssClass="rbToggleCheckbox" Selected="false" Value="0" />
                                    <telerik:RadButtonToggleState Text="Yes" PrimaryIconCssClass="rbToggleCheckboxChecked" CssClass="rbSkinnedButtonChecked" Value="1"/>
                                </ToggleStates>
                            </telerik:RadButton>
                        </ItemTemplate>
                        <EditItemTemplate>
                            <telerik:RadButton ID="rbFld2" runat="server" ToggleType="CustomToggle" ></telerik:RadButton>
                        </EditItemTemplate>
                    </telerik:GridTemplateColumn>
                </Columns>
            </MasterTableView>
:
    <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
        <script type="text/javascript" >
            var isToggle = false;
            function toggleStateChanged(sender, args) {
                var grid = $find("<%= RadGrid1.ClientID %>");
                var masterTableView = grid.get_masterTableView();
                var batchEditingManager = grid.get_batchEditingManager();
                var parentCell = $telerik.$(sender.get_element()).closest("td")[0];

                isToggle = true;
                // Update if initial value changed
                var isChecked = args.get_currentToggleState().get_value() === "-1";
                batchEditingManager.changeCellValue(parentCell, !isChecked);
            }

            function batchEditOpening(sender, args) {
                // this prevents opening of the cell if the user clicks outside the RadButton
                if (!isToggle && args.get_columnUniqueName() === "tmpFld1") {
                    args.set_cancel(true);
                }
                else {
                    isToggle = false;
                }
            }
        </script>
    </telerik:RadCodeBlock>
Completed
Last Updated: 20 Jan 2022 12:15 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Returning only error messages from the validate method does not provide enough information to perform any meaningful processing of the errors - for instance, it is not possible to identify the field from a validation error without resorting to parsing the message
Completed
Last Updated: 20 Jan 2022 12:01 by ADMIN
Develop a kendo form component and make edit field easy arrangement,just like bootstrap 12 grids system.the "popup" edit mode of kendo grid is not friendly when it has a lot of fields.The kendoForm component may be consist of form toolbar,form content and form footer.
Completed
Last Updated: 20 Jan 2022 11:38 by ADMIN
Created by: Kristian
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add columns to timepicker to have multiple columns instead of a long list.
Like you have for the Telerik Ajax Timepicker 
Completed
Last Updated: 06 Jan 2022 12:57 by ADMIN
Is Multiple File upload possible in imagebrowser ?

I would like to integrate upload (progressbar) with imagebrowser ?
Completed
Last Updated: 23 Dec 2021 10:01 by ADMIN
A status-specific control would support max, min, targets, warning levels, etc and not be bound only to percentages as I see in the screenshots of http://www.telerik.com/support/demos or in the other dashboard sample. 
An example of this is:
http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=home&demo=rootVisualizations_childGauge
Completed
Last Updated: 23 Dec 2021 08:42 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
The Kendo community is quite heavily developer-based. But as a designer, I need to create design comps using Kendo as a base for our interfaces. Designers need to have templates they can grab, otherwise designers like myself will have to rebuild what we see on the Demo site in our favorite graphics program.

We need .ai/.psd/.sketch versions of the Kendo UI interfaces, even better with skins too (we'll be using Nova as a base).
Completed
Last Updated: 23 Dec 2021 08:26 by ADMIN
Created by: Shauna
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
The kendo.drawing.TooltipOptions do not provide a 

show { duration: [time]} 

option that will allow showing the tooltip for a certain duration of time, after which the tooltip will disappear automatically.

Can this be added?
Completed
Last Updated: 16 Dec 2021 13:47 by ADMIN
Created by: Marius
Comments: 10
Category: Kendo UI for jQuery
Type: Feature Request
47
A heatmap (grid-style at least) is very much useful in any decent project management application. A widget that could remotely connect color-shades to jSON data would be really great.