GridContextResponse Properties
An object defining properties for the GridContextResponse class.
Columns
Gets or sets the list of grid column configurations.
Type: List<GridColumn>
This property contains a collection of GridColumn objects that define the structure and display characteristics of columns in a grid view. Each column configuration includes properties such as name, caption, data type, display format, and order.