Skip to content

Grid selection issues #4989

Closed
Closed
@Eralmidia

Description

Question

In regards to #2572: Has there been any changes done to selection since this? I find the way selection works in the grid very cumbersome. Why isn't there simply a [selection] input, which controls the selection behavior, with values like "none", "cell", "multiCell", "row" and "multiRow"?

For most of our grids, we need a simple single row selection. You click a row, and it gets selected (and should be highlighted as per the $row-selected-background theme property). #2572 does provide a workaround for this, but it seems like such a basic functionality, that having to write a handler, for every grid, in order to do it is very odd.

Also, while there is a [rowSelection] input, I can't see a [cellSelection] input, so how to I create a plain grid with no selection? Do I have to create another handler to deselect the cell on selection or something like that?

  • igniteui-angular version: 7.3.2

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions