Hi,
I'm currently using your percent textbox(
http://demos.telerik.com/aspnet-mvc/razor/numerictextbox?theme=vista ) for percents.
How could I specify that I want only int numbers?
because by default I will have 0 in the box, and I see 0,00%, how can I avoid those ",00"?
EDIT: NEVERMIND: I found the "DecimalDigits(0)"