Hello All,I want to call cellExitEditMode method forcefully..?I am having grid in which I enabled cell edit (Text box). Once I click in cell it enters in edit mode, Now if I click a button which access cells value, it gives error.I think this is because cellExitmode in not called. Is any solution for this?Thanks in advance.. :)
Hi,
It is possible to explicitly make XamGrid to exit edit mode, are you asking how to do that ?
Could you provide a sample which demonstrates your issue with the cell value and the button?
Thanks,
Thanks for the reply.Yep, I want to exit edit mode explicitly. That button is in control which contains grid.If I click on cell then it enters edit mode, but if click on button (cursor is still in cell-which is in edit mode) cellExitEditMode should be called automatically.? Rt..? or How do I call it explicitly.