Skip to content

Grid Advanced Filtering throws if grid has recreated its columns colection #14314

@hanastasov

Description

@hanastasov

Steps to reproduce

  1. Add grid with Advanced filtering (you can use the GridFilteringComponent in dev demos
  2. Through Advanced filtering dialog, filter some column, lets say CompanyName
  3. Change the collection, which the grid uses to create columns based on;

this.columns = this.columns2; // columns2 has different columns than columns

OR change the grid data and have tje grid auto generate its columns:

        this.grid1.shouldGenerate = true;
        this.data = this.data3;
  1. Open Advanced Filtering dialog

Result

Error is thrown and Advanced filtering dialog is not opened
image

Metadata

Metadata

Labels

🐛 bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.gridgrid: advanced-filtering

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions