Grid View from Heaven

  • Thread starter Thread starter Mayte
  • Start date Start date
M

Mayte

`I need a GridView that lets you edit any part of it , without having to
click "Edit" for each individual row.

Like a spreadsheet.
Thanks
What do I do?
 
Even Excel doesn't do this...
It would eat many resources to have editfields all the time for each cell.
It migh be wise to put the grid into edit mode on doubleclick or similar.
Or use a detailsview for editting the selected row items.
These two work together just fine.
 
Populate your ItemTemplate with editable controls, like a textbox. Then
click on any of them and edit. Then submit the form in any way you wish.
Then, on the server side, go through the grid rows and collect the values.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top