This question is locked. New answers and comments are not allowed.
I have a GridViewMaskedTextBoxColumn column
<telerikGrid:GridViewMaskedTextBoxColumn Mask="#####" DataMemberBinding="{Binding Zip, Mode=TwoWay}"></telerikGrid:GridViewMaskedTextBoxColumn>
The GridViewMaskedTextBoxColumn doesn't let me type anything when the column type is set to numeric or int in the database. If I change it to varchar type in db then it works. Am I missing something?
<telerikGrid:GridViewMaskedTextBoxColumn Mask="#####" DataMemberBinding="{Binding Zip, Mode=TwoWay}"></telerikGrid:GridViewMaskedTextBoxColumn>
The GridViewMaskedTextBoxColumn doesn't let me type anything when the column type is set to numeric or int in the database. If I change it to varchar type in db then it works. Am I missing something?