I have fields that I only want to have numbers entered in, but I don't want the up and down arrows that you get with the numericedit editType - I just want to use the stringedit editType, but validate that only numbers are entered. I tried adding edit="@(new { @params = new { decimals=2 } })" but that didn't work. How can I make sure only numbers are entered? Thank you!