This is a migrated thread and some comments may be shown as answers.

Latest online resources for KendoUI Web

31 Answers 583 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kendo UI
Top achievements
Rank 1
Kendo UI asked on 23 Nov 2012, 01:01 PM
Kendo Grid Localization
Help article describing the localization options of the widget.

31 Answers, 1 is accepted

Sort by
0
Kendo UI
Top achievements
Rank 1
answered on 18 Dec 2012, 08:59 AM
Preserve Grid state in a cookie
This example demonstrates how to preserve the Grid state (filtering/sorting/paging/grouping and selection) within a cookie and restore it when the page is re-visited.

Multi-Select with Checkboxes Plugin
In this forum thread you will find a custom implementation of Multi-Select drop down plug-in presented by one of our users.
0
Kendo UI
Top achievements
Rank 1
answered on 13 Jan 2013, 02:49 PM
Debugging KendoUI Applications
This screencast demonstrates how to use Chrome Developer tools to debug several of the most common JavaScript errors.

Common errors in KendoUI Applications
List of the common HTML5/JavaScript errors in KendoUI Applications.

Using KendoUI templates with Backbone
This tutorial explains how to use KendoUI templates with Backbone
0
Kendo UI
Top achievements
Rank 1
answered on 20 Jan 2013, 07:58 PM
Easy application layout with Twitter Bootstrap
Tutorial how to get your application running quickly with Kendo UI and Twitter Bootstrap.

Announcing the KendoUI Q3 Service Pack
This blog post highlights a few of things we’ve added in this release.

0
Kendo UI
Top achievements
Rank 1
answered on 17 Feb 2013, 10:22 AM
Learning kendo.data.DataSource
Adding And Removing Items In kendo.data.DataSource
Short tutorials that demonstrate how to use DataSource component and its features

Wrapping A Backbone.Collection In A kendo.data.DataSource
This blog post explains how to build custom DataSource transport and wrap Backbone.Collection in kendo.data.DataSource

How to support multiple KendoUI themes on one page
Kendo UI widgets do not have a property that defines their theme name, so they normally support only one theme on the page. This forum post explains how to use multiple themes on a single page.

0
Kendo UI
Top achievements
Rank 1
answered on 05 Mar 2013, 08:49 AM
Adding Google Web Fonts to KendoUI Editor
This example demonstrates how to include Google Web Fonts to KendoUI Editor.
0
Kendo UI
Top achievements
Rank 1
answered on 25 Mar 2013, 08:18 AM
Exporting the Kendo UI Grid Data to Excel
This tutorial shows how to export KendoUI Grid Data to Excel spreadsheet.

Breeze.js And The Kendo UI DataSource
This blog post explains how to integrate Breeze.js with KendoUI DataSource.

Kendo UI Spring 2013 Release
In this blog post you will find the highlights of KendoUI Q1 release.
0
Kendo UI
Top achievements
Rank 1
answered on 31 Mar 2013, 07:05 PM
Preserve the dirty indicator in incell editing and client operations
This example demonstrates how to preserve the dirty indicator in incell editing and client operations.

Introducing JayData And Kendo UI
JayData is a JavaScript data manager library that provides a friendly, unified developer experience over a number of different online and offline data APIs and data sources like IndexedDB, WebSQL or OData.

Introducing the Kendo UI Labs
Last week in our Spring 2013 launch event, we announced a brand new website for open-source Kendo UI extensions and integrations. In this post, I’ll share a bit more about the site, which you can check out for yourself at labs.kendoui.com.
0
Kendo UI
Top achievements
Rank 1
answered on 05 Apr 2013, 01:00 PM
New Kendo UI Widget: The Tooltip
This tutorial demonstrates how to work with the new ToolTip widget.

Hijacking .toJSON For Fun And Profit
In this blog post shows how to produce a custom JSON document for any JavaScript object, no matter what framework is serializing the object.
0
Kendo UI
Top achievements
Rank 1
answered on 19 Apr 2013, 11:38 AM
A Facebook Style MultiSelect
This latest release of Kendo UI includes another very common UI component made famous by Facebook: The Multi Select. At it's most basic level, the MultiSelect is an enhancement on the standard HTML <select> element. It allows the user to pick multiple items, each of which are represented by an autonomous element within the select. In this blog post you will learn more about the new widget.

The KendoUI-Backbone Integration Project And Repository
A blog post about KendoUI-Backbone Integration
Note: The Kendo UI Backbone integration project is not officially supported by the Kendo UI engineering or support team. This is a community supported effort.
0
Kendo UI
Top achievements
Rank 1
answered on 25 Apr 2013, 08:56 PM
Styling Forms Like A Pro With Kendo UI
Kendo UI is built on top of a very modular CSS framework that you can take advantage of to match the professional styles of the Kendo UI widgets, which were created by talented designers and CSS artists. The benefit of doing this is that you get a consistent look and feel for your site, and all your elements will change when you change the theme.

Announcing the Kendo UI Q2 2013 Roadmap!
In this blog post lists what you can expect this Summer from our Q2 2013 release.
0
Kendo UI
Top achievements
Rank 1
answered on 17 May 2013, 02:32 PM
Resources related to Single Page Application (SPA) development


RequireJS Fundamentals
In this blog post you will learn how to build applications using KendoUI and RequireJS

Announcing the Kendo UI Q1 2013 Service Pack
This blog post highlights a few of things we’ve added in this release.
0
Kendo UI
Top achievements
Rank 1
answered on 27 May 2013, 07:14 AM
Bower FTW
Twitter introduced Bower late last year.  It's dead simple, and that is the very reason that you are going to love it. Bower copies packages from Git endpoints into your project, along with their dependencies. That is all. It also exposes some API's if you want to tie it into your build system. let's have a look at how to use it.

This Month in the Kendo UI Labs (May 2013)
Today, we’re starting a new, monthly series that highlights notable activity in the Kendo UI Labs, including new projects, updates and key contributors.
0
Kendo UI
Top achievements
Rank 1
answered on 31 May 2013, 02:58 PM
Making A ListView Timeline
The timeline has become a ubiquitous part of our user experience. It started with Facebook and Twitter, and now Pinterest and the Google+ interface have given us a new take on the same concept: display a list of items to the user. As they scroll down the page, add in the next batch of items. The Kendo UI Web ListView, however, does not have this built into the widget. It's rather easy to add without having to write much code, but you can find yourself with perf problems if you aren't careful with how you implement it. Lets take a look at how you might think it should be done, vs how to do it and get the best possible performance.

To Navigate, Or Not To Navigate?
This blog post explains how and when to use SPA navigation.
0
Kendo UI
Top achievements
Rank 1
answered on 07 Jun 2013, 03:50 PM
Asset Management, the Status Quo and Areas Of Opportunity
This blog post discusses asset management and existing solutions for it.
0
Kendo UI
Top achievements
Rank 1
answered on 12 Jun 2013, 02:51 PM
Select grid rows using checkboxes and preserve it between the pages
This code library project demonstrates how to:
  • select grid rows using checkbox
  • preserve that selection between the pages
  • get the selected item IDs from all pages.
0
Kendo UI
Top achievements
Rank 1
answered on 12 Jun 2013, 02:52 PM
Select grid rows using checkboxes and preserve it between the pages.
This code library project demonstrates how to:
- select grid rows using checkbox
- preserve that selection between the pages
- get the selected item IDs from all pages.
0
Kendo UI
Top achievements
Rank 1
answered on 28 Jun 2013, 05:54 PM
External form editing for batch editable Grid

This code library project demonstrates how to create custom editing area (external form) on the page where you can edit a record after selecting it from the Grid. 
The changes are reflected to the Grid rows through the MVVM framework. User input is validated with Kendo Validator.
0
Kendo UI
Top achievements
Rank 1
answered on 12 Jul 2013, 01:44 PM
Announcing Angular Kendo UI
In this blog post you can learn more about Kendo UI and AngularJS integration.

Kendo UI SPA Screencasts: Layout And DataSource
The most recent screen cast include part 1 and 2 of the Layout and DataSource objects..

Protecting Your Mellow With JavaScript Linters
This blog post discusses JavaScript code linting.

[Labs project] KendoUI-Lint.vim Plugin

[Forum thread] How to show horizontal scroll bar for kendo grid without data
0
Kendo UI
Top achievements
Rank 1
answered on 26 Jul 2013, 03:19 PM
Cascading DropDownList editors
This project demonstrates how to configure cascading dropdown editors in Kendo Grid (inline editing).

Cascading from multiple parents
This project demonstrates how to configure cascading from multiple parents.

What's new in Kendo UI Q2 2013?
In this post, we will going to share some of the highlights from Kendo UI Web, DataViz and Mobile, as well as a new tool that we’re releasing in BETA form via the Kendo UI Labs.

SPA TechChat - Kendo UI / BackboneJS / AngularJS

Introducing the Kendo UI Bootstrapper
The Bootstrapper is a standalone, visual utility that we built from the ground up with the goal of supporting your app development workflow with app scaffolding, live app updates, static code analysis and build tools. The Kendo UI Bootstrapper is not an IDE, and it’s not meant to replace tools like Visual Studio, Sublime Text and Text Mate. Instead, the Kendo UI Bootstrapper works best when used alongside your favorite IDE.
0
Kendo UI
Top achievements
Rank 1
answered on 12 Sep 2013, 01:17 PM
[Blog post] Binding Kendo UI Widgets In A Backbone.View

[Code library] Drag'n'Drop reordering in ListView for touch devices
This project demonstrates sample implementation for drag'n'drop reordering in ListView using kendoTouch tap event.
The approach is suitable for mobile devices as it does not prevent the scrolling of the page/widget.
0
Kendo UI
Top achievements
Rank 1
answered on 17 Oct 2013, 11:57 AM
0
Kendo UI
Top achievements
Rank 1
answered on 25 Oct 2013, 12:36 PM
0
Kendo UI
Top achievements
Rank 1
answered on 12 Nov 2013, 08:48 AM
[Code library] Grid CRUD using localStorage
This example demonstrates how to build an application utilizing the localStorage feature as a KendoUI Grid database.

[Blog] Know When To CDN
0
Kendo UI
Top achievements
Rank 1
answered on 21 Nov 2013, 03:43 PM
0
Kendo UI
Top achievements
Rank 1
answered on 29 Nov 2013, 03:10 PM
0
Kendo UI
Top achievements
Rank 1
answered on 06 Dec 2013, 03:59 PM
0
Kendo UI
Top achievements
Rank 1
answered on 11 Mar 2014, 07:37 AM
0
Kendo UI
Top achievements
Rank 1
answered on 11 Jul 2014, 10:35 AM
[Blog] Kendo UI Q2 2014 Beta Is HERE

[Code library] Bind to Adomd client (Pivot Grid Beta)
Tags
General Discussions
Asked by
Kendo UI
Top achievements
Rank 1
Answers by
Kendo UI
Top achievements
Rank 1
Share this question
or