Radzen Datagrid Template on Row Select

I noticed that when using a template for a column within the DataGrid that the contents of the template do not toggle to white when the row is selected. Therefore, I have black text on a highlighted row instead of white text. Just wondering if there is anything I can do about that. At this point I am learning blazor and experimenting with moving one of my winform apps over to using Radzen components within visual studio. I am using your component within blazor hybrid and things are looking very promising.

Hi @stevenlbmn,

Our selection demo uses a template for the first column and it is correctly styled.

You probably have some custom content which has its own styling that takes precedence over the selected styling.

If you use a component (such as radzentext) inside the datagridcolumn template, it does not change color. I think what is what he is talking about. I noticed the same thing when I tried to use the text component inside the template. In your demo, your not using the text component inside the template and it works fine, you just have to work around not having the styiling convenience of the text component.

Sorry, didn't realize this post was a year old.