Thursday, April 30, 2009

DATAGRID EVENTS

DataGrid columns have an ‘IsReadOnly’ property.
When set to false, the cell is an editable one.
To get the changed values and for updating the data source, the DataGrid provides the following events:
1.BeginningCellEdit
2.CommitCellEdit
3.CommittingCellEdit
4.CommittingRowEdit
5.CurrentCellChanged

No comments:

Post a Comment