ng2 - DevExtreme vs Telerik Kendo UI

7k views Asked by At

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

3

There are 3 answers

0
Vassil Petev On

Kendo UI for Angular 2 is designed specifically for Angular 2, with each feature carefully aligned to the framework guidelines (there are no jQuery dependencies): Announcing: Kendo UI for Angular 2 (2016 R3)

DevExtreme seems to be based on jQuery, but I could be wrong.

0
Alexander  Bykov On

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.

2
Wouter van Vegchel On

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.