kendo-ui
Here are 98 public repositories matching this topic...
JSON powered / Dynamic forms for Angular
-
Updated
Jul 1, 2020 - TypeScript
Curated list of framework component libraries for UI styles/toolkit
-
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
This is a ModelBinder designed to consume an http request and build a json serializable object for the Kendo UI Grid datasource. AutoMapper is used to support mapping from ViewModel <> Entity.
-
Updated
Apr 7, 2020 - C#
URF.Core Sample Solution - E2E sample built with ASP.NET Core, Entity Framework Core, URF.Core, Angular, Kendo UI & OData Core. Live demo: https://goo.gl/QpJVgd
-
Updated
Jun 21, 2019 - Rich Text Format
Using Kendo UI with the Angular CLI
-
Updated
May 29, 2020 - TypeScript
A ReactJS wrapper for the KendoUI library.
-
Updated
Nov 16, 2016 - JavaScript
ASP.NET MVC 5 Real Estate Application
-
Updated
May 18, 2020 - C#
A project management software like Trello.
-
Updated
Oct 8, 2017 - TypeScript
Telerik: Improving Development with TypeScript (Article/Publication Source Code)
-
Updated
Mar 11, 2016 - HTML
KendoUI Persian Solar (Shamsi-Jalali) Calendar for Kendo UI
-
Updated
Mar 22, 2018 - JavaScript
Kendo UI for Angular - Binding to an ASP.NET Core service
-
Updated
Apr 15, 2019 - TypeScript
Kendo Vue Grid with real-time dat using Hamoni Sync
-
Updated
Feb 15, 2019 - Vue
(PREVIEW) Kendo UI theme based on the Material Design guidelines
-
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
Yii2 Kendo UI Extension
-
Updated
Jun 5, 2020 - PHP
An example Twilio Programmable Chat application application using React and KendoReact Conversational UI
-
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.