I have set readonly mode on a xamcomboeditor embedded within a xamgrid. I have a domain context that checks if this record is not being updated by any other user. If it isnt a valid lock is returned, at which point i would like to set the xamcomboeditor to writable.
However after looking at the properties available from the cell, i cant seem to get at the editor object to change the required properties.
Any help would be much appreciated.
Thanks
Danial
Dealing directly with the editor would not be the proscribed way of handling this. When the cell goes into edit mode a different control maybe be placed there. You would probably be better off controlling this via the CellEnteringEdit mode event which can be cancelled to prevent editing.