Hi, I have to dynamically add new columns to a exceed grid control, in my viewmodel. Already my view will be having some columns. As a item source I have
to use ObservableCollection<XmlData>, which I did already. Is there any way to add new columns to the grid from viewmodel ?
↧