Posted 2 June 2023, 10:49 am EST
The column does not format the input. I have tried in the load event or a button push, but the format of the numeric input does not change;
With C1FlexGrid1
.Cols(1).Format = “c”
.Cols(2).Format = “C”
.Cols(3).Format = “c”
.Cols(4).Format = “C”
End With
I am using Flexgrid 6.0.20231.603 and net 6.