Numeric Textbox without Spinners
Sir, is it possible to have a numeric textbox without the spinner buttons ?
If yes can you show me please an Example
c4
asked
at 28 Mar 2019
Answers
-
yes, you can, here's an example:
@Html.Awe().TextBox("txt1").Numeric(o => o.ShowSpinners(false))
Omuanswered at 28 Mar 2019-
Thank you, Sir!at 28 Mar 2019 c4
-