GridLookupExtension.BindToCustomData(GridLookupViewModel) Method
In This Article
Binds the GridLookup’s built-in GridView to a custom data model when you use the built-in grid in the custom data binding mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GridLookupExtension BindToCustomData(
GridLookupViewModel viewModel
)
#Parameters
Name | Type | Description |
---|---|---|
view |
Grid |
A Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
The BindToCustomData property is not in effect in Single selection mode.
Refer to the Custom Data Binding - Overview topic to learn more.
See Also