Format RadzenGrid Item

Hi,

I would like to add a a thousand seperator (its . in DK) in a RadzenGrid Item

RadzenGridColumn TItem="ParameterCDK" Property="AV_RECORD_COUNT" Title="Count" Width="50px" TextAlign="TextAlign.Right"

Like

AV_RECORD_COUNT.ToString("##.000")

If that makes sense :slight_smile:

Best
Claus

Hi @Linroc,

You can define Template for the column and use desired expression.