Questions tagged [kendo-ui]

Kendo UI is a framework to build HTML UI. It delivers everything needed for client-side, jQuery-powered development in one integrated, compact package, complete with AngularJS integration.

Kendo UI is a framework to build HTML UI. Following the latest HTML5, CSS3, and JavaScript standards, it delivers everything needed for client-side, jQuery-powered development in one integrated, compact package, complete with AngularJS integration and Bootstrap support. It is created by Telerik. It is comprised of an open source Core, and a commercial set of enterprise grade features :

Kendo UI Core

Contains 40 web widgets, all of the mobile widgets as well as the mobile application framework, and the core functionality of Kendo UI framework, including the DataSource component, templates, drag-and-drop, and themeable widgets with integrated animations as well as AngularJS directives.

Kendo UI Professional

Includes all of Kendo UI Core, as well as professional grade widgets such as the Grid, Scheduler, PivotGrid, Editor, TreeView and more It also includes a complete data visualization package containing charts, graphs, gauges, maps, diagramming tools and a drawing API


Resources:

  • Kendo UI Docs: API reference, FAQ and tutorials
  • Kendo Dojo: An interactive, in-browser tutorial to help quickly learn Kendo UI
  • Kendo Forums: The official Kendo UI forums
  • Kendo UI Demos: Demonstrations and code examples of the major features of Kendo UI

Component-specific tags


Other related tags

16785 questions
3
votes
2 answers

Kendo-UI Grid not presenting data via AngularJS

I am using Restangular to resolve an response (a list of products)...I know this is being resolved OK. I am new to Kendo-UI. But have set up a basic test grid as below. I am using k-rebind, as the products array is likely not resolved at the time…
smackenzie
  • 2,880
  • 7
  • 46
  • 99
3
votes
1 answer

Apply kendo dropdownlist style only on angular select

I have a select which is being populated using angular binding. $(document).ready(function () { $("#currency").kendoNumericTextBox({ …
Eduardo
  • 693
  • 3
  • 9
  • 21
3
votes
0 answers

Kendo MVC ComboBox with million records - Initial Value

I have a Kendo ComboBox as an EditorTemplate for nullable IDs (people). I bind the model normally with a UIHint @Html.Kendo().ComboBoxFor(x=>x.Person.MotherID) The combo works great, I can type and it filters on the server. The problem is that…
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
3
votes
0 answers

showing already saved files in Kendo UI upload using MVVM declarative method

I have a requirement where I am using upload control of Telerik KENDO UI to upload new files and also show already saved files. I want to do this using declarative way of MVVM
coder123
  • 31
  • 1
3
votes
2 answers

Is there an event indicating that a Kendo Grid has been rendered?

I would like to make some changes to the Kendo grid after it has been rendered (show/hide columns etc.). However the Kendo grid does not provide any onRendered event. So how can I do this? Earlier, I have used the dataBound event to do this. It used…
Naresh
  • 23,937
  • 33
  • 132
  • 204
3
votes
4 answers

How to merge cells in Kendo UI Grid

I don't see anything in the official documentation of Kendo UI. Just checking if somebody has done customization to merge the cells in Kendo UI Grid. I have content like this: Technology Core Language & Communication …
Rakesh Goyal
  • 3,117
  • 8
  • 39
  • 69
3
votes
1 answer

KendoUI Grid + AngularJS: Adding column template

I have a table and I wanted to add a column for a button that goes to a different page. Ideally, after column 0, it would be great that the following column 1 would have a button that calls a function that will take the user to a different page. I…
RedApple
  • 201
  • 1
  • 5
  • 15
3
votes
2 answers

Kendo MVC non-unique id issues

Example: We have an employee list page, that consists of filter criteria form and employee list grid. One of the criteria you can filter by is manager. If the user wants to pick a manager to filter by, he uses the lookup control and popup window is…
Arunas
  • 918
  • 1
  • 8
  • 20