A
Anthony Peterson
I'm changing all the columns of a Web Forms DataGrid into Template
Columns in order to make all the item entries Textboxes, which I'm
doing to make the DataGrid work more like an Excel sheet (i.e.
allowing any and all editing without the clumsy row edit, update
process using a save button instead.)
Unfortunately, after converting all the columns of my 23 column
datagrid to Templates, I was only able to change 16 of them. Only 16
Template columns will show up in the EditTemplate drop down list. Does
anyone know of a work around for changing these Templates, or will I
have to do everything programmatically instead.
Columns in order to make all the item entries Textboxes, which I'm
doing to make the DataGrid work more like an Excel sheet (i.e.
allowing any and all editing without the clumsy row edit, update
process using a save button instead.)
Unfortunately, after converting all the columns of my 23 column
datagrid to Templates, I was only able to change 16 of them. Only 16
Template columns will show up in the EditTemplate drop down list. Does
anyone know of a work around for changing these Templates, or will I
have to do everything programmatically instead.