Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ng2 - DevExtreme vs Telerik Kendo UI [closed]

We are starting a new software using Angular2, typescript and HTML5.

We have 2 options for UI components: - DevExtreme - Telerik Kendo UI

Which one is better?

Thanks

like image 221
naz Avatar asked Sep 03 '25 03:09

naz


2 Answers

We faced the same question, or almost the same: KendoUI, DevExtreme or IgniteUI for a new application where the UI is build in Angular2. Our PoC led to the choice of DevExtreme. The main reason was the extensive documentation and demo's which led to fast development.

like image 95
Wouter van Vegchel Avatar answered Sep 05 '25 00:09

Wouter van Vegchel


I should say you need to specify your software requirements first. Then, you need to try out both of them and choose which one better meets your particular needs. Here are advantages I can see:

Telerik Kendo UI for Angular 2:

  1. Supports server-side rendering
  2. Has a smaller library size
  3. Might work faster in particular cases (no jQuery inside)

DevExpress DevExtreme for Angular 2:

  1. Much more components and features
  2. Faster delivery of new features (no extra resources needed for ng2 support)
  3. More that 250 demo use cases with working code samples

P.S. DevExtreme for ng2 has removing jQuery in their roadmap. So, it will become faster and support server-side rendering as well.

like image 34
Alexander Bykov Avatar answered Sep 04 '25 23:09

Alexander Bykov