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…

  • DataRecordCellArea problem

    Hi everyone,

     

    I' ve the seguent style for DataRecordCellArea

         <Style TargetType="{x:Type igDP:DataRecordCellArea}">
            <Setter Property="Background" Value="White"/>
            <Style.Triggers>
                <DataTrigger Binding="…