SL How to enable edit mode for whole row in GridView?
Posted
by sha1dy
on Stack Overflow
See other posts from Stack Overflow
or by sha1dy
Published on 2010-04-08T19:55:53Z
Indexed on
2010/04/09
16:03 UTC
Read the original article
Hit count: 163
Silverlight
|datagrid
I need to allow users on mouse click in DataGrid to edit whole row? Right now users must double click on cell to enter it in edit mode and I want to make all cells of a selected row to be in edit mode.
I was trying to call BeginEdit on Grid's MouseLeftButtonUp but it didn't work.
© Stack Overflow or respective owner