Results 1 to 2 of 2

Thread: DataGrid with more than one data source

  1. #1
    Addicted Member
    Join Date
    Jan 07
    Posts
    155

    DataGrid with more than one data source

    Hi,
    I have run into a small problem here...
    I have a usercontrol with a datagrid - this datagrid has a datasource, lets call it SourceOne.
    Now, within this grid I have a custom cell template and in this I have a combobox that needs data from a different source, SourceTwo. BUT it only uses SourceOne which is assigned to the parent grid. The combobox must bind to true/false values converted to textual values using an IValueConverter. Is what im trying to do possible?

  2. #2
    Fanatic Member KGComputers's Avatar
    Join Date
    Dec 05
    Location
    www.vbforums.com
    Posts
    550

    Re: DataGrid with more than one data source

    Are sourceone and source two different classes? How about the binding of your controls? Do you have a xaml markup that you can post?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •