Igniteui-angular: Grid row selection box on hover

Created on 31 Aug 2020  路  5Comments  路  Source: IgniteUI/igniteui-angular

Question

While the row selection checkbox is a nice feature, it does add quite a bit of noice to UI.
image

Is it currently possible to get a behaviour similar to windows explorer, where the checkbox only is visible on hover?

image

question resolved

Most helpful comment

Seems like it's working fine, I'll close down this issue 馃檪

All 5 comments

Hello @Eralmidia,
The requested behavior is not supported by default but can be easily achieved with some additional code on the application level.
I managed to build 2 sample applications that show how this behavior can be delivered either using the row selection template or using the provided new action strip component.
Please check out the samples and let me know if you have any further questions or comments and recommendations.

Hi @ddincheva

Thanks a lot, I'll check the samples 馃槂

Seems like it's working fine, I'll close down this issue 馃檪

@ddincheva I tried implementing the sample in our code (using the row selection template method), and it seems to work for a igx-grid, but not for a igx-tree-grid. Are there some considerations to be made when using this component?

Never mind, solved it by changing the igx-grid-cell to igx-tree-grid-cell 馃憤

Was this page helpful?
0 / 5 - 0 ratings