Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » Insertion Row » EndEdit   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: EndEdit causes InvalidOperationException

    My current solution:   Get the InsertionRow from the Loaded-event: private InsertionRow m_InsertionRow;private void InsertionRowLoaded(object sender, RoutedEventArgs args){    m_InsertionRow = sender as CustomInsertionRow;}   Call EndEdit separately on the InsertionRow:         ...
    Posted to Xceed DataGrid for WPF (Forum) by Frances on July 16, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.