IgniteUI / igniteui-xplat-examples

MIT License
1 stars 1 forks source link

Missing Sample for Tree Grid Multiple-Cell Selection in the Documentation #648

Closed georgianastasov closed 2 weeks ago

georgianastasov commented 2 weeks ago

Description

Currently, the documentation for Infragistics' Ignite UI lacks a sample demonstrating the functionality of Tree Grid Multiple-Cell Selection across all supported platforms (Web Components, Blazor, React). The section on Selection Types under Cell Selection does not provide an example for this specific feature, which is crucial for developers looking to implement multi-cell selection in their applications.

Steps to reproduce

  1. Visit the Cell Selection documentation page.
  2. Scroll down to the "Selection Types" section.
  3. Notice the absence of a sample demonstrating Tree Grid Multiple-Cell Selection.

Result

The current documentation does not include a sample illustrating how to implement Tree Grid Multiple-Cell Selection. This omission makes it challenging for developers to understand and implement this feature seamlessly across platforms.

Expected result

The documentation should include a comprehensive example that clearly demonstrates how to enable and utilize Tree Grid Multiple-Cell Selection. This example should cover implementation details for Web Components, Blazor, and React platforms to ensure developers can easily integrate this feature into their applications.