I write the program in VB.
I have a RadGrid with some GridViewMaskBoxColumns with Mask="n3" and MaskType=Numeric.
When i put negative values in that cell afer i finish the edit the minus symbol disappears.
How can i put negative values in those cells?
1 Answer, 1 is accepted
0
Alexander
Telerik team
answered on 04 Jun 2010, 03:21 PM
Hello gabi,
There is an issue which concerns the usage of negative values in a numeric GridViewMaskBoxColumn. We will address it in a future version.
You can workaround the issue by using a custom RadMaskedEditBoxEditor. Please create it as discussed in this forum thread. Use the following code to handle the minus symbol:
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.