Hi Blazor,
By default, the grid will accept only the Model properties. Here, Model class property names will be in C# standard and we are unable to add a property using ‘@’ special character in model class as we already mentioned. We suspect that you would like to get the count and show in the Grid component.
If so, you can modify the OData service JSON data by setting the value of @odata.count in the proper naming conversion property directly in the OData service so that the value will be returned as an integer in the JSON result.
Code example:
Also, we have Column template feature of the grid to display the customized value of
[email protected] property. Please find the below documentation link for Column template.
Regards,
Jeevakanth SP.