Search results

ColumnQueryModeType API in Angular Grid API component

columnQueryModeprovides options to retrive data from the datasource. They are

  • All - Retrieves whole datasource.
  • Schema - Retrives data for all the defined columns in grid from the datasource.
  • ExcludeHidden - Retrives data only for visible columns of grid from the dataSource.