R
RN1
A DataGrid can be changed to the editable mode by using a
TemplateColumn (say, with a Label in the ItemTemplate & a TextBox in
the EditItemTemplate) as well as by using a BoundColumn (which will
automatically change to a TextBox when the DataGrid is in the editable
mode).
So when should a TemplateColumn (with an ItemTemplate & an
EditItemTemplate) be used & when should a BoundColumn be used?
TemplateColumn (say, with a Label in the ItemTemplate & a TextBox in
the EditItemTemplate) as well as by using a BoundColumn (which will
automatically change to a TextBox when the DataGrid is in the editable
mode).
So when should a TemplateColumn (with an ItemTemplate & an
EditItemTemplate) be used & when should a BoundColumn be used?