Browse By Tags

  • XamDataGrid CollectionViewSource(Currentchanged is not executing when i move between record in the XamDataGrid)

    Hi,

    Code Snippet:

    BindingList<SalesPerson> persons=new  BindingList<SalesPerson>();

    .... code that populates the persons.

    CollcetionViewSource cvs=new CollectionViewSource();

    cvs.Source=persons;

    cvs.View.CurrentChanged += new EventHa…