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
805
Grid Lostfocus for XamCheckEditor
posted

Hi,

     In the xamdatagrid, I have a field with editor type as xamCheckEditor, after checking the checkbox, I move the focus out of the checkbox by clicking a ribbon outside of the xamDataGrid. While doing so, the lost focus event of the xamdatagrid is not fired, rather the functionality of the menu that I click is fired. So please let me know what could be the issue and also let me know how do we explicity trigger the edit mode ended of the current active record.

 

Thanks,

Balaji Rajendran

CCH- WK, Torrance , CA

Parents
  • 69686
    posted

    Hello Balaji,

    The tools in the ribbon are not supposed to take the focus, that is why the event is not firing. This is by design. The editor exposes EndEditMode(...) method, which you can use to explicitly end the edit mode.

Reply Children