Hi,
I have a model like below:
When i used scaffold template of Telerik, it is not generating dropdown for Enum at insert and edit actions.
I searched and try lots of things to bind enum in Grid Editview.. Is there any tutorial ?
I have a model like below:
public class SysUnit : BaseModel { public string Name { get; set; } public string Prefix { get; set; } public SysUnitGroup SysUnitGroup { get; set; } }public enum SysUnitGroup { Money, Length, Weigh, }When i used scaffold template of Telerik, it is not generating dropdown for Enum at insert and edit actions.
I searched and try lots of things to bind enum in Grid Editview.. Is there any tutorial ?