Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make all rows editable in DataGrid

Status
Not open for further replies.

karth23

Programmer
May 23, 2002
13
US
How to make all rows editable in the DataGrid at a time?


Thanks in advance!

Bala,Karthik
 
The way I did this was to make all the columns template columns. Then, I just added asp.net controls to the html view for the columns Item template, binding the controls to whatever data field I wanted to from the container.

This way means that you need a different way to update them from the usual edit/update-cancel method provided with the datagrids, but its effective and not too difficult.

Jack
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top