Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 1.19 KB

bind-grid-to-xml-data.md

File metadata and controls

56 lines (48 loc) · 1.19 KB
title page_title description previous_url slug tags component type res_type
Bind the Grid to XML Data
Bind to XML Data - Kendo UI Grid for ASP.NET MVC
Learn how to bind the Kendo UI Grid for jQuery to XML data.
/controls/data-management/grid/how-to/bind-grid-to-xml-data, /controls/data-management/grid/how-to/binding/bind-grid-to-xml-data
howto_bindgridtoxmldata_grid
grid, bind, xml
grid
how-to
kb

Environment

Product Progress® Telerik UI® Grid for ASP.NET MVC
Operating System Windows 10 64bit
.NET Framework Version 4.6
Visual Studio Version Visual Studio 2017
Preferred Language C Sharp
MVC Version MVC 5
View Engine Razor

Description

How can I bind a Kendo UI Grid to XML data?

Solution

For the full example, refer to this project.

See Also