online spreadsheet for your web applications using kendo ui

16
Online Spreadsheet using Kendo UI Lohith G N

Upload: lohith-goudagere-nagaraj

Post on 09-Jan-2017

890 views

Category:

Technology


5 download

TRANSCRIPT

Page 1: Online Spreadsheet for your Web Applications using Kendo UI

Online Spreadsheet using Kendo UI

Lohith G N

Page 2: Online Spreadsheet for your Web Applications using Kendo UI

About Me

Technical EvangelistMicrosoft MVP (ASP.NET/IIS)

[email protected]

@kashyapahttp://www.kashyapas.comhttp://www.telerikhelper.net

Lohith G N

http://www.telerik.com

Page 3: Online Spreadsheet for your Web Applications using Kendo UI

Agenda

• What is Kendo UI

• New Things in Kendo UI

• Spreadsheet

• Web Components

• Angular 2

Page 4: Online Spreadsheet for your Web Applications using Kendo UI

®

Page 5: Online Spreadsheet for your Web Applications using Kendo UI

Fast, Light, Complete70+ jQuery-based UI widgets in one toolset

JS Framework Agnostic | No lock in

AngularJS Integration | Bootstrap

Theme Extensive Data Visualization

Support Mobile Specific Widgets |

App Tooling Touch Support |

Adaptive Rendering

Modern Comprehensive HTML5/JS Framework

Page 6: Online Spreadsheet for your Web Applications using Kendo UI

What's in the Box?The different parts of Kendo UI

Application

Framework Web UI

Mobile UI

Data Visualization

Page 7: Online Spreadsheet for your Web Applications using Kendo UI

Kendo UI Widgets & Frameworks

Page 8: Online Spreadsheet for your Web Applications using Kendo UI

SpreadsheetBeta

Page 9: Online Spreadsheet for your Web Applications using Kendo UI

Spreadsheet Overview

• Editing of Tabular Data• Feaures:

• Cell Formatting• Styling & Theming• Multiple Sheets• Frozen Panes• Merging of cells• Data Formatting• …

Full list of features: http://docs.telerik.com/kendo-ui/web/spreadsheet/overview

Page 10: Online Spreadsheet for your Web Applications using Kendo UI

Demo

Page 11: Online Spreadsheet for your Web Applications using Kendo UI

AngularJS 2Support 2

Page 12: Online Spreadsheet for your Web Applications using Kendo UI

Angular 2 Experimental Support

• Q3 2015 includes experimental support for Angular 2

• Angular 2 relies on Web Components implementation

• You will need web components polyfill, if your browser doesn’t suppot web compoents yet

Page 13: Online Spreadsheet for your Web Applications using Kendo UI

Demo

Page 14: Online Spreadsheet for your Web Applications using Kendo UI

Webcomponents Support

Page 15: Online Spreadsheet for your Web Applications using Kendo UI

Kendo UI Custom Elements

• Q3 2015 now supports set of Custom Elements (http://w3c.github.io/webcomponents/spec/custom/)

• Initialize/Use widgets - Web Components way

• <kendo-datepicker value=“11/26/2015”></kendo-datepicker>

Page 16: Online Spreadsheet for your Web Applications using Kendo UI

Demo