Hello,
I am developing a Radzen Blazor webassembly application and I want to customize a RadzenDataGridColumn with an if condition. The problem is that I get error CS1662.
I share a little of my code.
Hello,
I am developing a Radzen Blazor webassembly application and I want to customize a RadzenDataGridColumn with an if condition. The problem is that I get error CS1662.
I share a little of my code.
You are trying to set type name as Template Context name - you might need to set it simply to “data” similar to your other columns.