Here’s my scenario. I have a radgrid that only has 1 editable field (the rest are set to readonly) so that when it’s in edit mode the one allowable edit is presented. But when I try to accomplish an insert (add) it only presents the one field for the insert but I need all the others as well.
How do I programmatically switch the readonly attribute during the ItemCommand event without causing a rebind?
For anyone interested, here’s the solution (without resorting to a custom template). This changes the original state of the column from readonly to an editable one.