Question

Is there a way to edit a silverlight 3 DataGrid by row and not by cell?

I would like a way to turn off the cell editing functionality and set the whole row in edit state (that should also display the CellEditingTemplate templates).

Was it helpful?

Solution 2

Answering my own question i can say that this functionality is not supported for silverlight 3. Not sure if this is implemented for later versions though.

OTHER TIPS

You can make use of RowDetailsTemplate for this.

You can have your customized UI for row editing in this RowDetailsTemplate.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top