Gets or sets the data model of this Grid.
Namespace: MindFusion.DataViews
File: Grid.js
JavaScript Copy Code |
---|
get model() {} |
An instance of the GridModel class that represents the model.
The following code handles the rowRendered event of a Grid instance and uses the model property to get the value of the cells in the 6th column:
JavaScript Copy Code |
---|
grid.rowRendered.addEventListener(function (sender, args) if (value > 2000) |