I have a Datatable, how to make, so the user can enter only numbers in rows Datatable?
DataColumn column;
DataRow row;
column = new DataColumn();
column.DataType = System.Type.GetType("System.String");
column.ColumnName = "Типы";
column.ReadOnly = true;