In our one ASP.NET project, we use a lot of RadNumericTextBoxs on pages. For accuracy reason, we want to set the NumberFormat.KeepNotRoundedValue property of all RadNumericTextBoxs to TRUE. Is there any handy method to accomplish this? Just like globally assign a particular skin to a particular RadControl in web.config?