alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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 GridColumns should be queried from data source.

    Schema

    Specifies that only columns specified in the GridColumns component should be queried from data source.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved