Back
Chai$18.0039false
Chang$19.0017false
Aniseed Syrup$10.0013false
Chef Anton's Cajun Seasoning$22.0053false
Chef Anton's Gumbo Mix$21.350true
Grandma's Boysenberry Spread$25.00120false
Uncle Bob's Organic Dried Pears$30.0015false
Northwoods Cranberry Sauce$40.006false
Mishi Kobe Niku$97.0029true
Ikura$31.0031false
Queso Cabrales$21.0022false
Queso Manchego La Pastora$38.0086false
Konbu$6.0024false
Tofu$23.2535false
Genen Shouyu$15.5039false
Pavlova$17.4529false
Alice Mutton$39.000true
Carnarvon Tigers$62.5042false
Teatime Chocolate Biscuits$9.2025false
Sir Rodney's Marmalade$81.0040false
首页上一页共 4下一页末页显示条目 1 - 20 共 77
@if (ViewBag.ShowDescription) {

Description

The Kendo UI grid suppports data binding and you can command the widget to display data either from local or remote data storage. For local data binding you simply need to supply an array of JavaScript objects/JSON via the dataSource data property of the grid, or utilize the Kendo UI DataSource as a mediator between the grid and the underlying data.


In this example the grid fetches its data from a JavaScript file named products, registered via a script tag in the head section of the page. Note that in addition to the visualization, the grid provides built-in support for operations over data such as sorting, filtering and paging.


There are two possible ways to instantiate a Kendo UI grid:

  1. From an empty div element. In this case all the Grid settings are provided in the initialization script statement.
  2. From an existing HTML table element. Thus some of the Grid settings can be inferred from the table structure and elements HTML attributes.

In both cases the grid is registered as a standard jQuery plugin.


Additional information about how to utilize the data binding feature of the Kendo UI grid can be found in this section of the product documentation.

}