IgniteUI / igniteui-xplat-examples

MIT License
2 stars 1 forks source link

React Grid Selection Example #397

Open radomirchev opened 11 months ago

radomirchev commented 11 months ago

https://staging.infragistics.com/products/ignite-ui-react/react/components/grids/grid/selection

MultipleCascade is not doing anything

image

MayaKirova commented 10 months ago

@radomirchev @dkamburov This is a generated sample, so it shows all possible options for the property: https://www.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/variables/GridSelectionMode-1.html

multipleCascade is a valid option for all grids, however it has no effect if the grid has no hierarchy (is not a tree grid or a hierrachical grid). That's why it does nothing.

There isn't an option to exclude some of enum values for a generated sample, so if you want this option to not show for the base grid we would need to make this a custom sample (not xplat generated, one for react/wc/blazor).

dkamburov commented 10 months ago

@ChronosSF FYI

tishko0 commented 10 months ago

@ChronosSF Can you please confirm we will be making these samples?

ChronosSF commented 10 months ago

No, we shouldn't. What we should do is add functionality to the editor to have overridable options for each grid type and export samples according to those.

MayaKirova commented 10 months ago

@ChronosSF Another option would be to remove this as an available option for the igxGrid (in other words - refactor the enum types) as it does nothing in it.

dkamburov commented 8 months ago

@radomirchev @ChronosSF should we simply close that one with no action?