This question is locked. New answers and comments are not allowed.
Hi Support!
I would like to know how to accepts just NUMBER data into RadGridView cell ? And Is there a way to translate "Input is not in a correct format" text ?
--> Important: I am using CellEditEnded() event to get e.NewData and e.OldData , so I think I can“t use CellTemplate....
<telerik:RadGridView Margin="0,0,0,0" Name="RadgrdView"TabIndex="2" Width="Auto">
<telerik:RadGridView.Columns>
<telerik:GridViewDataColumn Header="Quantity" DataMemberBinding="{Binding Quantity}" x:Name="RadColumnQuantity" Width = "*" IsReadOnly="False"/>
</telerik:RadGridView.Columns>
</telerik:RadGridView>
I would like to know how to accepts just NUMBER data into RadGridView cell ? And Is there a way to translate "Input is not in a correct format" text ?
--> Important: I am using CellEditEnded() event to get e.NewData and e.OldData , so I think I can“t use CellTemplate....
<telerik:RadGridView Margin="0,0,0,0" Name="RadgrdView"TabIndex="2" Width="Auto">
<telerik:RadGridView.Columns>
<telerik:GridViewDataColumn Header="Quantity" DataMemberBinding="{Binding Quantity}" x:Name="RadColumnQuantity" Width = "*" IsReadOnly="False"/>
</telerik:RadGridView.Columns>
</telerik:RadGridView>