Questions regarding server side wrappers enabling the use of Kendo UI widgets from C# or VB.
Kendo UI for ASP.NET MVC is a set of server-side wrappers that allow using the Kendo UI widgets from C# or VB.NET code.
A server-wrapper does the following.
- Allows the developer to configure a Kendo UI widget via C# or VB.NET code - set its value, data source etc.
- Renders the HTML and JavaScript needed to initialize the Kendo UI widget. The widget options propagate to the client-side via the widget initialization script.
- Kendo UI Web
- Contains the core functionality of Kendo UI framework, including the DataSource component, templates, drag-and-drop, and themeable widgets with integrated animations.
- Kendo UI DataViz
- A collection of HTML5-powered, mobile-ready, data visualization widgets.
- Kendo UI Mobile
- Native UI widgets for building HTML5-powered apps and sites for modern mobile devices.
Resources
- Kendo UI Docs: API reference, FAQ and tutorials
- Kendo UI for ASP.NET: Using Kendo UI with Asp.Net, Introduction, Troubleshooting, etc.
- Kendo UI Demos: Demonstrations and code examples of the major features of Kendo UI