The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ARArulpriya Ramalingam Syncfusion Team July 15, 2020 04:31 PM UTC
Hi Sungjin,
Thank you for using Syncfusion products.
The format for the cell will update the values with specified decimal separators based on the values. If you want to be update the value 1.00 as, 0.10 the cell value should be 0.1 and the GridControl does not have any built-in functionality. This can be workaround by multiplying the cellvalue with 0.1. we have created a simple sample as per your requirement and please make use of the below code.