Here is My radNumericcolumn , it must get only intiger numbers .. but doesn't work.
please help me if anyone has idea
thanks
<telerik:GridnumericColumn DataField="ProductionYear" ColumnEditorID="NumericEditor1" UniqueName="ProductionYear" HeaderText="سال تولید" NumericType="Number" MaxLength="4" DataType="System.Int32"> </telerik:GridnumericColumn> <telerik:GridNumericColumnEditor ID="NumericEditor1" runat="server" > <NumericTextBox ID="NumericTextBox1" DataType="System.Int32" runat="Server"> <NumberFormat AllowRounding="true" DecimalDigits="0" GroupSeparator=""/> </NumericTextBox> </telerik:GridNumericColumnEditor>please help me if anyone has idea
thanks