Hi,
How do i set XamDatagrid row or cell value to be edited only on clicking the cell text not by clicking on the row.?. Is there a way to do it?
Appreciate a quick response. Thanks
The Cell will enter edit mode when you click on it, if this action is allowed. Do you mean that if you click somewhere outside the DataRecord Cell Area, a cell goes into edit mode?
You can try the different options of the CellClickAction property of the Field settings.
clicking only on the text should put the cell into edit mode.cellclickAction="selecttext" is similar. but the cell will enter in to edit mode even if user clicks on any other cellarea than text portion.. ..