Browse By Tags

  • 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…

  • Adding columns at runtime and auto refreshing xamDataGrid

    Hi, 

    I am using xamDataGrid and binding it to an observable collection. I want to have the functionality where I can add columns at runtime, after initial binding is done. I have also implemented it through adding a property descriptor to the property descriptor…