IgniteUI / igniteui-angular-samples

Ignite UI for Angular demos for all available components and features
https://bit.ly/2L19rhp
36 stars 25 forks source link

Refactor IgxGrid Cascading Combos sample #3499

Closed ddaribo closed 1 week ago

ddaribo commented 2 weeks ago

Description

The Grid with Cascading Combos sample is currently configured to show only 3 records in the grid. The sample works as expected, however, it is not adapted to real-life scenarios, where developers will most likely bind datasets having greater number of records. The sample involves some code that is error-prone when the grid virtualization kicks in. For example, this issue was recently logged by a user adopting the sample's approach in their own app. While the PRs linked to the issue will address the encountered error when more records are bound, there is still room for improvement in the following areas:

Steps to reproduce

  1. Check out the linked sample and issue

Result

Described above

Expected result

The sample could still display only 3 records, however, it should be adapted for larger data scenarios.

Attachments