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.
hi
I want to set the type of a column to Currency (or using CurrencyText Box from Essential Tools)
Will it reflect the regional settings?
Regards
Rajaraman
ADAdministrator Syncfusion Team March 4, 2003 06:12 PM UTC
Currently, there is no currency edit cell control.
But you can set the GridStyleInfo.Format to "C" and GridStyleInfo.CellValueType to typeof(double), and see the value to that cell be displayed with teh current regional currency setting.