Browse By Tags

  • Combobox in XamDataGrid - Programmatically

    Hello,
    I’m new to WPF so what I’m asking may be simple it’s just that I’m inexperienced and may not know what I need to do.
     
    Basically, I have a XamDataGrid control that is used to edit a collection of business/domain objects.  The object being edited…
  • Dynamically added columns - header shows up, values don't

    I've got  a XamDataGrid where I'm adding columns dynamically.  The columns add themselves directly, and the headers are correct, but the data cell values are blank.  I can't figure out how to get the binding right.

    I've read through quite a…