Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Browse by Tags

All Tags » DataGrid » Cancel   (RSS)
  • Overriding the CancelEdit event on the DataRow

    Hi all, I'm trying to override CancelEdit on my implementation of the DataRow: public event EventHandler Edit_Cancel; public override void CancelEdit(){    base.CancelEdit();     OnCancelEdit(this, EventArgs.Empty);} public void OnCancelEdit(object sender, EventArgs args){    ...
    Posted to Xceed DataGrid for WPF (Forum) by Frances on May 14, 2008
  • Catch Cancel-event

    Hi all, Is there a way to know when the user has canceled his / her changes (e.g. by hitting Esc.)? I've looked in the help files and the forum, but I don't see anything like it. Thanks,Frances 
    Posted to Xceed DataGrid for WPF (Forum) by Frances on May 14, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.