Browse By Tags

  • Need help for updating Child if parent record is edited or parent if Child record is edited in Xamdatagrid

     I have binded a dataset with parent/Child relationship to the XamDataGrid dynamically(in Code Behind).

    I have a situation such that i need to update parent/child rows when the xamCurrencyEditor fields (either in parent/child) in XamDataGrid are edited…

  • Error when XamDataGrid's Datasource is updated.

    Hello,

    I have bound my XamDataGrid to an ObservableCollection of Obects e.g. 'myObject'. Naturally the grid picks all the public fields from 'myObject'. When the grid loads up the first time everything loads correctly but after the some of the contents…