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

Why create a custom plugin using kendo.ui.widget instead of, say, jQuery?

1 Answer 68 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 14 Mar 2013, 03:52 PM
I was asked this question by coworkers, and wanted to check my thoughts with you all, and ask if you have any others.

One obvious answer is that if we're using Kendo UI components frequently, this has the advantage of making our own both consistent and familiar.

I think the most important answer, though, is that by doing so we'll have access to all the framework features of the kendo components, which your site lists as: "Datasource, Templates, MVVM, Effects, Drag and Drop, Validator, Globalization, Styling, Integration." Are all of those Kendo features in fact available to custom widgets that have extended kendo.ui.widget?

Any other thoughts about a good response/justification to the question?

Thanks in advance,

Jon

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 18 Mar 2013, 04:07 PM
Hello Jon,

(Disclaimer: this is a very subjective perspective as I am one of the framework developers)

Generally speaking, the framework level components can be used without the need of creating a custom widget. However, building on top of the kendo Widget may yield a consistent codebase and unified approach towards the UI layer of the application. 

Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Jon
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or