This question is locked. New answers and comments are not allowed.
In my model I've defined a property that's an integer value, and annotated it as such ([DataType("Integer")]. In my grid I've defined a column for the property in the model. When I edit the row, the only editable column is the one with the integer value for the property. The editor that appears is not a numeric text box, but a string input editor. I'm not quite sure why this is happening, but I presume it's something I haven't done properly. Any ideas what might be causing this?
I should also note that I did copy the .Integer.cshtml template into the shared view folder (~/Views/Shared).
I should also note that I did copy the .Integer.cshtml template into the shared view folder (~/Views/Shared).