Although the UI for ASP.NET MVC Grid ships with a set EditorTemplates out of the box, there does not appear to be an EditorTemplate for guids.
There are EditorTemplates for integer, number, currency, etc but not for guid.
Any reason why there is not any official Telerik EditorTemplate for guids?
So what's Telerik's recommended best practice? Create our own EditorTemplate? Convert back/forth between guids and strings in our ViewModels?
There are EditorTemplates for integer, number, currency, etc but not for guid.
Any reason why there is not any official Telerik EditorTemplate for guids?
So what's Telerik's recommended best practice? Create our own EditorTemplate? Convert back/forth between guids and strings in our ViewModels?