This question is locked. New answers and comments are not allowed.
Hi,
I have in my gridview to input a value as percent, i have used in my GridViewDataColumn the
How can i retreive the same thing that the radmaskedtextbox, i don't want to use a datatemplate just for that.
I have in my gridview to input a value as percent, i have used in my GridViewDataColumn the
DataFormatString="{}{0:P}"it's work perfectly in display but if i use it as input, if I input 5, on lost focus, the grid display 500 % !
How can i retreive the same thing that the radmaskedtextbox, i don't want to use a datatemplate just for that.
<telerik:RadMaskedTextBox MaskType ="Numeric" Mask="p"