Hi all,
I have a radgridview with two GridViewCalculator columns. The database table columns to which the data from these calculator columns goes, has the datatype like this : decimal(22,9). Here the gridview columns accept about 31 characters and in turn this will make runtime errors. How can I set the maxlength property for these calculator columns like we set the same for textbox columns? Pls help..