Completed
Last Updated: 16 Feb 2015 11:43 by ADMIN
Created by: carl
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
I find the spinners on numeric text boxes useful about 2% of the time.  Please make the default for them not to show.  I think it is ridicules to have to go through this:
var numeric = $("#APVol").kendoNumericTextBox().data("kendoNumericTextBox");

        numeric.wrapper
               .find(".k-numeric-wrap")
               .addClass("expand-padding")
               .find(".k-select").hide();
just to make them nonfunctional but I still have the additional space being taken up for the spinner area. 
Completed
Last Updated: 02 Aug 2016 07:07 by anas
Created by: Saeed
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
export PDF in Persian or Arabic character is incorrect
Kendo UI supports PDF export but no export correctly with Persian and Arabic characters.
Completed
Last Updated: 20 May 2015 08:35 by Ion
Created by: Ion
Comments: 3
Category: UI for ASP.NET MVC
Type: Feature Request
1
Hello, I got the package sample Telerik.UI.for.AspNet.Mvc6.Trial from c:\Program Files (x86)\Telerik\UI for ASP.NET MVC Q1 2015\wrappers\aspnetmvc\Examples\VS2015\Kendo.Mvc.Examples, as presented in http://docs.telerik.com/kendo-ui/aspnet-mvc/mvc-6/introduction, but is not compilable: services.AddKendo(); added in Startup.cs raises the error: The type 'IServiceCollection' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Framework.DependencyInjection.IServiceCollection, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. It seems the sample package needs to be rebuild with the new dnx dependencies. Can you update the package in an internal build?
Thank you!
Completed
Last Updated: 14 May 2021 09:09 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
We have a web page critical to the web application. In the absence of a suitable MVC widget we had to use a ASP.Net WebForm ListView control along with ASP.Net Ajax (Accordion for expand/collapse functionality) and JQuery (for client side validation). 
 
The web page accomplishes the following key functional requirements –
 
a. Ability to group products –  Using ASP.Net Ajax we were able to provide the expand / collapse visual effect.
 
b. Ability to enter order quantities very quickly -  a lot of stores place orders at the last minute  (5-10 minutes before order deadline) for valid reasons.  The web page provides a text box inline for quick entry.  On a desktop, the user can traverse the rows within the group using the tab key.   The web page typically contains 150 –  200 products for entry.   With Telerik MVC Grid widget, in the absence of inline editing, having to click on Edit/Update/Cancel buttons dramatically increases the number of clicks / touch / swipe.  Besides, it creates a real estate issue on smaller form factors.  
 
c. Real time validation – using JQuery we were able to validate the row as and when the quantity was entered.  Any error would show below the row in question.  The error would continue to show until the quantity was revised.  The error however, will not stop the user from entering quantities on other rows.  This approach lets the user review any errors in the end.
 

The closest MVC widget we could use from the Telerik collection was the grid widget with grouping.  However, it falls short on points b and c above.  There is probably some workaround available but then we would lose the LOW CODE advantage.
Completed
Last Updated: 07 Jun 2021 13:17 by ADMIN
Created by: Leo
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
The datasource for ComboBox object does not support lambda expressions like ListView (and many other objects). These 'hardcoded' strings are error prone and is causing headaches when altering modelschema's.

DataSource(ds =>
    {
        ds.Custom()
        .Sort(sort => sort.Add("PropertyName").Descending())
        .Transport(tr => 
            tr.Read(read => read.Action("Action", "Controller"}))
        );
    })
Completed
Last Updated: 10 Jun 2021 06:41 by ADMIN
Please take a look at this issue where DDLs and CoboBoxes won't submit their values the second time after validation fails and the required field is entered.
This was reported back in 2015 and is still unresolved. 
https://www.telerik.com/forums/kendo-validation-does-not-work-the-second-time
Completed
Last Updated: 16 Feb 2021 10:53 by ADMIN
Created by: Bryan Patrick
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Please add a CheckBoxList control for Kendo/MVC.  I see that DevExpress has one but I've been with Telerik for years.

https://demos.devexpress.com/MVCxDataEditorsDemos/Editors/CheckBoxList
Completed
Last Updated: 11 Jan 2021 14:33 by ADMIN
Created by: Stuart
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Allow Custom Templates to be added to the MVC Gantt Chart Widget. 
Completed
Last Updated: 01 Jul 2021 11:38 by ADMIN
Created by: Andy
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
When converting a WebForms app with KendoUI controls in it to MVC, I used the MVC wrappers.  One thing that became very apparent is the lack of support for client templates.  For example, a bound column has a ClientTemplate, but no ClientEditorTemplate or ClientHeaderTemplate. Because of this, extra JS code has to be written to manually manipulate different parts of the grid.  Considering the MVC Wrappers render out the same HTML/JavaScript as the pure JavaScript counterpart, it would be EXTREMELY helpful if client templates were made available anywhere a server-side template exists.
Completed
Last Updated: 08 Jun 2021 11:30 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Currently <EditorName>For is not available for the DateInput wrapper. This feature is available for the other editors.
Completed
Last Updated: 10 Jun 2021 06:50 by ADMIN
[Applied through to MVC]
For entering data in the grid it will be great to have the grid be able to maintain the cell position when updates are triggered through the grid. 

So that after the update, for all cases (batch, autosync, scrollable, etc), the position in the grid is maintained and navigatable through common keyboard actions such as: tabbing to the next, shift+tab to the previous, etc.

The main goal being for users to have an easy and smooth time navigating the grid and making edits without having their default position wiped and view jerked to another position in the grid after a save/databind/sync is made. 

A high value case for this is when both autosync and scrollable are turned on; though it will certainly bring value to users and their user experience for a great many usage cases.

It is a disappointing surprise for a 3rd party tool to not have this functionality.
Completed
Last Updated: 10 Jun 2021 06:38 by ADMIN
Created by: alley
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
I want tree view all of it to be listed without mouse or click ,and to be as list of items that tree view list them
what im saying i have list ,i pass it to tree view,tree view display all with all its sub trees
without click or mouse over
Completed
Last Updated: 05 Feb 2024 12:09 by ADMIN
Release 2022.R2.SP2
Created by: Jonathan
Comments: 1
Category: UI for ASP.NET MVC
Type: Bug Report
0

Hi,

We are using globalization with UI for ASP.NET MVC to translate control to French (fr-CA). However, while most messages are correctly displayed in French, there are some that are still displayed in English. For example, if we use the Grid control with filter on a 'string' column, the dropdown for the operators shows both French ("Commence par") and English ("Is empty") operators:

Looking at the source code, we can see that in ressource files "Messages.fr-FR.resx" and "Messages.fr-CA.resx", there are some messages that are still in English (for example, Filter_StringIsEmpty).

Note that corresponding text seems to be correctly translated in jQuery messages file (for example, "kendo.messages.fr-CA.js"), so it might only be a matter of applying the same translation to .resx files.

Note also that the same problem seems to be present in the source code of the latest version (2020.1.114).

Thanks! 

Completed
Last Updated: 24 Mar 2023 10:55 by ADMIN
When using the CDN service to load scripts and styles Chrome v91 shows "Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute" errors related to cookies from the .telerik.com domain
Completed
Last Updated: 02 Feb 2022 10:45 by ADMIN
Created by: Holger
Comments: 1
Category: UI for ASP.NET MVC
Type: Bug Report
0

Editor => Imagebrowser path for subfolder is url-encoded

if a picture from a subfolder is selected, the generated image-url is encoded for the subpath

 

encoding may be usefull, but not for the path separator

Completed
Last Updated: 29 Sep 2022 14:54 by ADMIN
Release R1.2023-Increment.1(09.Nov.2022)

Bug report

Not reproducible with Sass themes.

Reproduction of the problem

https://dojo.telerik.com/ejaVeZUD/7

Current behavior

Map custom markers are not positioned correctly when zooming out using 'Less' themes

Expected/desired behavior

Markers are positioned correctly when zooming out.

Environment

  • Kendo UI version: 2021.3.1109
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 14 Feb 2022 10:54 by ADMIN
Release 2022.2
Created by: Sean
Comments: 3
Category: UI for ASP.NET MVC
Type: Bug Report
0

The columns widths do not match the header and are slightly off, and after enough columns it is half a column out.

Completed
Last Updated: 08 Feb 2022 15:52 by ADMIN
Release 2022.R1.SP.next
Created by: Manu
Comments: 0
Category: UI for ASP.NET MVC
Type: Bug Report
0

Bug report

Regression introduced in R1 2022.

Reproduction of the problem

Reproducible in the demo: https://demos.telerik.com/aspnet-mvc/grid/search-panel

Current behavior

There is a difference in the rendering of the search panel.

MVC:

<span class="k-textbox k-grid-search k-display-flex">
    <input autocomplete="off" class="k-input" placeholder="Search..." title="Search..." type="text">
    <span class="k-input-icon">
       <span class="k-icon k-i-search"></span>
    </span>
</span>

Kendo UI for jQuery and Core:

<span class="k-searchbox k-input k-input-md k-rounded-md k-input-solid k-grid-search">
    <span class="k-input-icon k-icon k-i-search"></span>
    <input autocomplete="off" placeholder="Search..." title="Search..." class="k-input-inner">
</span>

As a result, in MVC the search panel's magnifying glass is displayed outside the input.

Additionally, the search panel's appearance in Kendo UI for jQuery and Core is different than the one in the previous versions. In R3 2021, the input is positioned on the left hand side of the Grid's toolbar and the magnifying glass appears at the right end of the input. In R2 2022, the input is positioned on the right side of the toolbar and the magnifying glass is displayed at the beginning of the input.
R3 2021 dojo
R1 2022 dojo

Expected/desired behavior

Positioning of the input within the toolbar and the magnifying glass icon within the input, to be as in R3 2021.

Environment

  • Kendo UI version: 2022.1.119
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 06 Jun 2022 10:09 by ADMIN
Release 2022.R2.SP.next

Bug report

A regression introduced in R1 2022.

Reproduction of the problem

Reproducible with the RadioButton and RadioButtonFor helpers.

@Html.Kendo().RadioButton().Name("HealthA1").Label("Yes").Value(true).HtmlAttributes(new { id = "HealthA1_True" })
@Html.Kendo().RadioButton().Name("HealthA1").Label("No").Value(false).HtmlAttributes(new { id = "HealthA1_False" })

Current behavior

The rendering is broken: no label element is rendered, the Kendo classes are not applied to the input.

Expected/desired behavior

The RadioButton renders properly.

Environment

  • Kendo UI version: 2022.1.301
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 20 Jan 2021 12:08 by ADMIN
Created by: Tommy
Comments: 1
Category: UI for ASP.NET MVC
Type: Bug Report
0
It seems that the Kendo Grid control no longer treats null text to show as empty when using client templates for columns. Previously, if the model property reference in the client template was null (on initial add, for example), it would display empty text. Now all of our columns are showing 'null' text... Was this intended?