Hi,
I am currently using an UltraGrid with a column showing minute values (type int), e.g. 90.
Is it possible to show and edit the value in each cell converted to hours, e.g. 1.5 (or 1,5 in Austria) without changing the database or dataset?
Best regards
Thank you!
I attached a C# project that demonstrates how to do this using the IEditorDataFilter interface.