I have blazorise datagrid in which I have a DataGridNumericColumn
for a integer type.
I have EditMode
set to inline
and I simply followed what is recommended here:
https://blazorise.com/docs/extensions/datagrid/features/editing
But even though the data type of the field is integer, the edit box shows the number in 2 decimals. I tried to use DisplayFormat="0"
but it didn’t work.