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

MVVM + Kendo UI

2 Answers 147 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
Chakravarthy
Top achievements
Rank 1
Chakravarthy asked on 09 May 2012, 07:05 AM
Hi All,

Has anyone experienced the Kendo UI from MVVM pattern? I would like to see the pitfalls in this decision. So that I would be ready for the unexpected.

Thanks for reading

2 Answers, 1 is accepted

Sort by
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 09 May 2012, 01:21 PM
I've been pleasantly surprised so far actually and have converted from KO

Pitfalls?
  1. No syntax sugar for like "foreach: " in the markup, you need to use templates\nested templates
  2. No equivalent of $root or $parent in this release...the latest internal implements parent(), but it's not fully working it appears.
  3. No Css binding without a workaround

Benefits:

  1. Everything in the model is an observable by default (so no need for a "mapping" plugin)
  2. Nicer api to work with (IMO)
  3. Seems to render faster
  4. Support, Support, Support.  You have a problem or "how do I" with KO, you have to just hope someone answers you.
0
Long
Top achievements
Rank 1
answered on 28 Jul 2012, 07:09 AM
Yes it's awesome, you can check this out for a quick overview on why it rocks! http://blog.longle.net/2012/07/28/teleriks-kendo-ui-web-mvvm-framework-rocks/
Tags
MVVM
Asked by
Chakravarthy
Top achievements
Rank 1
Answers by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Long
Top achievements
Rank 1
Share this question
or