Hello,
It seems that if I set the ValidationMode and add a RowEditEnded handler on my grid either declaratively or programmatically, the grid does not leave edit mode when the Enter key is pressed. The only way I can get it out of edit mode it to click on another row. If I do not add a RowEditEnded event handler, then pressing Enter works as expected.
Am I doing something wrong? Missing something?
Update: It seems to be related to setting ValidationMode="Row". With this setting, even if I have no RowEditEnded event handler, the cell will stay in edit mode.
Thanks,
Mark
It seems that if I set the ValidationMode and add a RowEditEnded handler on my grid either declaratively or programmatically, the grid does not leave edit mode when the Enter key is pressed. The only way I can get it out of edit mode it to click on another row. If I do not add a RowEditEnded event handler, then pressing Enter works as expected.
Am I doing something wrong? Missing something?
Update: It seems to be related to setting ValidationMode="Row". With this setting, even if I have no RowEditEnded event handler, the cell will stay in edit mode.
Thanks,
Mark