Simone
asked on 13 Feb 2025, 08:21 AM
| edited on 13 Feb 2025, 08:31 AM
Fantastic! But I didn't understand how to do it... Can anyone help me figure out how to create a date only or time only column
1 Answer, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 13 Feb 2025, 09:02 AM
Hello, Simone,
Thank you for your interest in our new .NET DateOnly and TimeOnly columns for RadGridView.
To create a date only column you need to create a new GridViewDateOnlyColumn and add it to the Columns collection of RadGridView. To create a time only column you need to create a new GridViewTimeOnlyColumn and add it to the Columns collection of RadGridView.
More information and examples of how to create and add these columns in the grid are available here: