Skip to content

[HGrid] Hierarchical Grid Advanced Filtering sample column types #1274

Description

@damyanpetev

Blazor Hierarchical Grid Advanced Filtering Example column types are not configured correctly:
https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/grids/hierarchical-grid/advanced-filtering#blazor-hierarchical-grid-advanced-filtering-example

Image
<!-- .... -->
<IgbColumn
  Field="Debut"
  Header="Debut"
  DataType="GridColumnDataType.Number"
></IgbColumn>
<IgbColumn
  Field="GrammyNominations"
  Header="Grammy Nominations"
  DataType="GridColumnDataType.String"
></IgbColumn>
<IgbColumn
  Field="GrammyAwards"
  Header="Grammy Awards"
  DataType="GridColumnDataType.String"
></IgbColumn>
<!-- .... -->

That makes the display odd on the Debut which is clearly an year and forces string filters on the numeric Grammy columns:

Image Image

The artist names are fairly unique and only the 2 other Grammy columns are allowed for filtering, leaving very little meaningful filters to apply in the sample, beyond Nominations = 2 which works as string as well at least.

Fix the column types and/or re-evaluate the data source used for the sample if it doesn't offer enough to showcase the filtering functionality.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions