How would you gray out non editable fields?
can we provide allowedit = no on the entire column?
MLongin said: Im trying to have any fields that are non editable to be a different color then those that are editable.
Im trying to have any fields that are non editable to be a different color then those that are editable.
Where is cell.AllowEditing being set? If that depends upon the data values, then you need to do it after the data is bound.
IIRC, InitializeRow happens once for each row, before the row is bound to any data. Are you trying to gray out entire columns, or are you turning AllowEditing on or off differently for each row?
Meant to say AllowEdit = No