When using the percentTextBox control, it would be nice if there was an option to have the control allow the editing of the data as a percent. Currently it will show the percent as a decimal value (e.g. 50% would show .5) For our users, it's more intuitive for them to enter the percent instead of the decimal value. Kendo would need to do the conversion to/from percent and decimal behind the scenes so that the data is saved properly on the underlying model as a decimal value.
This is supported through the `factor` configuration option: check the example: http://kendobuild-staging.openstack.progress.com/kendo-ui/api/javascript/ui/numerictextbox#configuration-factor
I use both the standalone editors and the grid editors. This would be particularly helpful for our user experience. I know it seems silly, but our users don't always understand that say 25% is the same as .25. If anyone has a particularly elegant workaround please let me know!
Forgot to mention, my particular scenario is editing cells in a kendo grid with the ASP.NET MVC Wrappers