kendo-ui
Here are 98 public repositories matching this topic...
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Dec 31, 2019 - JavaScript
In PopupSettings the type of anchor property is ElementRef, but HTMLElement type is a working case too. I had some investigation on it and found that Kendo uses the following unwrap method in dom.service:
public nativeElement(el: ElementRef): HTMLElement {
if (!el) { return null; }
retur
-
Updated
Oct 25, 2019 - Ruby
The documentation states that
Kendo controls cannot be used from bind() or attached()
Does this refer to when using aurelia-kendo-bridge or in general? I was under the impression that one of the advantages of Aurelia was the compatability with 'vanilla' libraries.
Add an example for inline Editor.
The example should show a similar approach to this demo:
Describe the issue or request
Add a separate section in the Kendo themes documentation with information from the following Wiki:
https://github.com/telerik/kendo-themes/wiki/Compiling-themes
-
Updated
Apr 7, 2020 - C#
-
Updated
Jun 21, 2019 - Rich Text Format
-
Updated
May 29, 2020 - TypeScript
-
Updated
Nov 16, 2016 - JavaScript
-
Updated
May 18, 2020 - C#
-
Updated
Oct 8, 2017 - TypeScript
-
Updated
Mar 11, 2016 - HTML
-
Updated
Mar 22, 2018 - JavaScript
-
Updated
Apr 15, 2019 - TypeScript
-
Updated
Feb 15, 2019 - Vue
-
Updated
Apr 15, 2019 - CSS
I'm submitting a...
- Documentation issue or request
Current behavior
There is an invalid prop shown in the Globalization article: https://www.telerik.com/kendo-vue-ui/components/grid/globalization/
"filterFilterButton"
Additionally, "filterTitle", "sortAscending", "sortDescending" are not sh
-
Updated
Jun 5, 2020 - PHP
-
Updated
Oct 9, 2019 - JavaScript
Improve this page
Add a description, image, and links to the kendo-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kendo-ui topic, visit your repo's landing page and select "manage topics."


Bug report
AutoComplete's highlightFirst option is by default false and testing versions back to 2015 it seems that this has always been that way. But its API documentation states that the default value is true.