hi in c# i can do the following...
dataGridView1.Columns["Column2"].ValueType = typeof(double);
is it possible also to provide the range for those double values entered on that column rows... for example i want user to enter only values between 0.0-100.0...? thanks a lot!