Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Change RadzenDataGridColumn background color

$
0
0
<RadzenDataGridColumn      TItem="Finance"     Width="50%" Resizable    Property="AcurName"     Filterable="false"      style="background:red"      Frozen="true" Title="Price"/>

Error:

System.InvalidOperationException:   Object of type 'Radzen.Blazor.RadzenDataGridColumn`1[       [Goldproj.Finance,         Goldproj,         Version=1.0.0.0,         Culture=neutral,         PublicKeyToken=null]]'  does not have a property matching the name 'style'.   at Microsoft.AspNetCore.Components.Reflection.ComponentProperties     .ThrowForUnknownIncomingParameterName(Type targetType, String parameterName)   at Microsoft.AspNetCore.Components.Reflection.ComponentProperties     .SetProperties(ParameterView& parameters, Object target)   at Radzen.Blazor.RadzenDataGridColumn`1.<>n__0(ParameterView parameters)   at Radzen.Blazor.RadzenDataGridColumn`1.SetParametersAsync(ParameterView parameters)

I tried to give a background, but nothing works.


Viewing all articles
Browse latest Browse all 4839

Trending Articles