Browse By Tags

  • ComboBoxEditor in XAMDatagrid Question

    I'm adding a ComboBoxEditor control programatically to my datagrid, assigning a list to the ItemsSource property.  This is an MVVM architecture, so I'm populating the list in the Model class.  The property for the list calls OnPropertyChanged event…

  • Get the CellValuePresenter or Editor for a newly created cell in a new record

    Hi there,

    I need some help!

     

    I'm iterating through, adding in new rows to an already rendered XamDataGrid.  While I add in these new rows, I need to get access to each cell's Cell Value Presenter or its Editor.  I know I can use the use the Cell…