So i have a Kendo UI grid and i have one column that is a int
basically have a int column and
1 means good, 2 means best, 3 means top,
Its kind of thing that a Enum would be the right thing to use but i cant (internal business rules) so i need to make a custom drop down that will replace the number
there are 2 ways to do it in mvc
one is to use a EditorTemplateName and the other one is to use a ForeignKey
the problem is that EditorTemplateName only works in edit mode and displays the number in display mode, and ForeignKey only works in display mode and displays the number in edit mode