I am wondering if there is an existing way to control "editable" for a DataGrid at the row level or at least provide some validation prior to allowing a column to be edited?
I have a collaborative application and I would like to give the option to edit a row if that row was entered by the user trying to edit it. Before I haul off and extend DataGrid, I thought I would see if there were a way to toggle editing on/off so that I can control it for each row. Thanks, Kevin

