P
Peter Walburn
Hi,
I need to have a fully editable datagrid control for my webforms.
I have managed to get the control so that I have one edit button at
the bottom of the form and pressing this button allows editing of any
existing row in the grid. I then press an Update button and write all
of the changes back to the database.
However, I would like there to be a blank row at the end of the grid,
where I can add a new record. Also, I would like it if, when I start
typing in the empty row, a new empty row is appended to the bottom of
the grid. In this way I can keep on adding records to the grid and
then just press Update when I have finished and this would Update any
existing row and Insert any new rows.
Any help is appreciated.
Pete
I need to have a fully editable datagrid control for my webforms.
I have managed to get the control so that I have one edit button at
the bottom of the form and pressing this button allows editing of any
existing row in the grid. I then press an Update button and write all
of the changes back to the database.
However, I would like there to be a blank row at the end of the grid,
where I can add a new record. Also, I would like it if, when I start
typing in the empty row, a new empty row is appended to the bottom of
the grid. In this way I can keep on adding records to the grid and
then just press Update when I have finished and this would Update any
existing row and Insert any new rows.
Any help is appreciated.
Pete