Hello
I use the following line in order to create a numeric text box, in a partial view, but the result doesn't work as numeric.
Letters are accepted and the min and max value restrictions are not respected.
("i" in the followin gline is an integer)
@(Html.Syncfusion().NumericTextBox("paid_mn_"+i).Value(100).ShowSpinButton(false).StrictMode(true).TextAlign(TextAlign.Right).Width(70).AutoFormat(Skins.Metro).MinValue(0).MaxValue(999999999))
thank you in advance for your time
Eugenia Alefragi,
Organotiki SA