Edit several DataGridEditItems?

L

Lars Netzel

Hi

Is it possible to have more than one DataGrid Item in "Edit mode" when
binding? The property EditItemIndex is an Integer so that pretty much tells
me that you can't but I also really think you should be able to do this
anyway.

so... any ideas on how to have two (or more) Items in editmode at the same
time?

Best Regards
/Lars Netzel
 
G

Guest

It isn't possible wtih "normal" DataGrid properties/Methods .

One solution is to use templatecolumn and commandcolumns.
It quite easy to do.
 
L

Lars Netzel

thx for the confirmation about the EditIndex..

I solved it on the client instead with Javascript and style.display which
turned out pretty neat.

best regards/
Lars
 

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

Top