Grid with Frozen Columns and alternate shadowing of rows

We have a grid that has 2 frozen columns. it also uses alternate shadowed rows

this was working fine until we updated to the latest.

now the frozen columns do not show the alternate shadowing. the other columns do


1 Reply

PS Prathap Senthil Syncfusion Team February 20, 2025 04:37 PM UTC

Hi Michael Salzlechner

Regarding the reported issue, we would like to inform you that we have modified the frozen feature by replacing the previous three-table approach with a single-table approach in version 24.1.41. You can find more details in the release notes: https://blazor.syncfusion.com/documentation/release-notes/24.1.41?type=all#data-grid.

Due to these breaking changes, we are unable to fix the issue internally. Therefore, we suggest using the CSS class provided below to achieve your requirement when using the frozen feature in the grid.Thank you for your understanding.

<style>

.e-grid .e-altrow .e-rowcell {

background-color: #E8EEFA;

}

</style>

 


Sample: https://blazorplayground.syncfusion.com/embed/hjLyNVBXTkSOJoXl?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5


Additionally, we have logged an internal bug task in our UG documentation. We will include the correction in one of our upcoming patch releases. Therefore, we kindly request you to periodically visit our website for documentation updates. Thank you for bringing this to our attention, and we appreciate your patience and cooperation.


Regards,
Prathap Senthil


Loader.
Up arrow icon