Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4970
how to quit Edit Mode in code for xamgrid?
posted

IF I put setting for XamGrid like:


        

then double click on cell in a row will enter Edit Mode. If XamGrid lost focus, it will quit Edit Mode.

but I want to Quit Edit mode in code. How to quit Edit Mode in code-behind?

Update: try XamGrid.ExitEditMode(true/false) in SelectionChanged event handler of XamComboEditor and got error(see screenshot).

Parents Reply Children
No Data