Replies: 1 comment 4 replies
-
|
Hello @Val9000, The splitting of cells, when navigating or activating a cell is actually a feature by design. When a cell is active, all merged cells in the same row become single cells, i.e. their merge sequence is broken. This also includes activation via keyboard navigation and is also essential for cell/row editing. Could you let me know in which scenario you would like to have the merged cells not split up? So that I can try to provide a solution. Regarding the hover effect, you can set the background color to transparent with the following scss: igx-grid .igx-grid__tbody .igx-grid__tr:hover, |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using the the Cell Merging feature, would it be possible to stop the split when clicking on a row(cell) ?
Also turn off the hovering effect ?
If not how else could I implement it ? Could you provide a little example.
Thank you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions