This demo shows how to specify the currency, accounting, percent and other formats using the format option. It makes the NumberBox not only format the display value, but also control the user input.
using System.Web.Mvc;
namespace DevExtreme.MVC.Demos.Controllers {
public class NumberBoxController : Controller {
public ActionResult Formatting() {
return View();
}
}
}