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

DataBindingComplete Event

Sort Posts: Previous Next
  •  05-16-2008, 10:11 AM Post no. 12336

    DataBindingComplete Event

    Hello everybody,

    i'm searching for the equivalent DataBindingComplete Event from the DataGridView. Is there any comparable event in the Xceed DataGrid for WPF?

     

    Thanks a lot, Stefan
     

  •  05-17-2008, 9:33 PM Post no. 12351 in reply to 12336

    Re: DataBindingComplete Event

    The closest comparable event would be the grid's Loaded event.


    Technical Writer - Xceed Software

    Of all the things I've lost, I miss my mind the most. - Mark Twain
  •  05-19-2008, 4:56 AM Post no. 12359 in reply to 12351

    Re: DataBindingComplete Event

    Hey Jenny,

    thanks for your answer. But the Loaded event isn't the right event i'm searching for. I need an event that is fired if my datasource has changed. e.g. if a new record is added to my table.

  •  05-19-2008, 6:25 AM Post no. 12360 in reply to 12359

    Re: DataBindingComplete Event

    how about this event?

            protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
            {
                base.OnItemsSourceChanged(oldValue, newValue);
            }


    Cheerios,

    Serene
     


    "ASCII and ye shall receive."
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.