Enum ColumnQueryModeType
ColumnQueryMode provides options to retrive data from the datasource.
- AllIt retrives whole data source
- SchemaRetrives data for all the defined columns in grid from the data source.
- ExcludeHiddenRetrives data only for visible columns of grid from the data source.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ColumnQueryModeType
Fields
| Name | Description |
|---|---|
| All | Specifies that all columns should be queried from data source. |
| ExcludeHidden | Specifies that exclude hidden columns specified in the |
| Schema | Specifies that only columns specified in the |