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.
RGRajkumar Ganesamoorthy Syncfusion Team February 17, 2016 12:56 PM UTC
Hi Bob,
Thank you for contacting Syncfusion Support.
We have created workaround sample to show demo on “How to change the number of decimal digits
in a PropertyGrid”. In that sample we have created custom editor by using
UpDown control for double data type. In UpDown control we can change number of
decimal digits by using NumberDecimalDigits property. Please find the sample
in below attachment.
We are 2023-01-24, is that the only way to get more than 2 decimals digit?
Is there any built in way to get more than 2 decimal digits?
GTGokul Thanudhas Syncfusion Team January 27, 2023 10:13 AM UTC
You can change the number of decimal digits by applying
style for the doubleTextbox without using CustomEditor. We have created the
sample based on your requirement. Please refer the sample for your reference