kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

An HTML5, jQuery-based widget library for building modern web apps.

Results 576 kendo-ui-core issues
Sort by recently updated
recently updated
newest added

I have a grid where the editor button should not be with text so I added a class to the button like this: ``` @(Html.Kendo().Grid() .Name("...") .Columns(columns => { columns.Command(command...

Bug
SEV: Low
C: Grid
jQuery
FP: Unplanned

The issue is represented if using the zoom functionality within the toolbar of Safari. Below is a screenprint where [the Stepper demo](https://demos.telerik.com/aspnet-mvc/stepper) is used. If click on the small "A"...

Bug
jQuery
FP: Unplanned
C: Stepper

Add delete-confirmation="true" for the TreeList. It seems like it should be built into all controls that have a destroy.

Enhancement
C: TreeList
jQuery
FP: Unplanned

Currently, the DatePicker can be set to read-only mode by adding the "readonly" attribute through the HtmlAttributes() option or by calling the client-side [readonly()](https://docs.telerik.com/kendo-ui/api/javascript/ui/datepicker/methods/readonly) method. Is it possible to implement...

Enhancement
C: DatePicker
C: DateTimePicker
jQuery
FP: Unplanned

### Bug report In a scenario where a Validator is created with validateOnBlur:false, and is used to validate a NumericTextBox, if the component is focused and blurred after validation, the...

Bug
C: NumericTextBox
SEV: Medium
jQuery
FP: Unplanned

### Bug report Scrollable menu opening wrong menu on mobile #### Reproduction of the problem This is reproducible in Chrome developer tools - using iPhone 14 Pro Max Dojo: https://runner.telerik.io/fullscreen/jtDsGBpV...

Bug
C: Menu
SEV: Medium
jQuery
FP: Unplanned