Edit several DataGridEditItems?

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
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
 
It isn't possible wtih "normal" DataGrid properties/Methods .

One solution is to use templatecolumn and commandcolumns.
It quite easy to do.
 
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
 
Back
Top