Hi Tine,
Thank you for using Syncfusion
products.
Query : Format a Time Span ?
Based on the information provided
we suspect that you are having “hh:mm:ss” in string format and want to apply
formatting “hh:mm” to it. We suggest you to set the CellType of that Column to “MonthCalendar”.
Please refer below code snippet for further details.
[aspx.cs]
this.GridGroupingControl1.TableDescriptor.Columns[2].Appearance.AnyRecordFieldCell.CellType
= "MonthCalendar";
For your convenience we have
prepared a sample for the above scenario and it is attached below. Please refer
to it.
Please let us know if you have any
concerns.
Regards,
Rakesh D
Format Time_59194c17.zip