Hello,
I been trying to make use of the FormatProvider feature, but it simply doesn't work on my project, even when I referenced the OutlookView sample project.
The code is straightforward,
iGrid1.Cols["Time"].CellStyle.FormatProvider = new CustomDateFormatProvider();
And I add my rows accordingly and it still shows the raw value instead of the formatted value that I expected.
But it doesn't even trigger the format code. Even when I add a breakpoint, it doesn't enter.
What exactly do I need to get it working?
Thanks!
Edited by user
2022-12-07T05:04:36Z
|
Reason: Not specified