Data Binding Overview
By default, the Kendo UI Grid for jQuery automatically binds to data.
Immediately after the Grid loads, the DataSource sends a query and the data is loaded to the component. To disable this behavior, set the autoBind
option of the component to false
, as shown below.
The Data Binding is part of Kendo UI for jQuery, a
professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
$("#grid").kendoGrid({
autoBind: false,
// Other configuration.
});
For more information about binding the Grid to data, refer to the articles on:
KB Articles on Binding
- Using Nested Model Properties
- Loading and Appending More Records While Scrolling Down
- Find Out More in the Knowledge Base