datagrid bind with three different datatablea

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I want to bind datagrid with 3 different datatables.
Please tell me what is a right way of doing that.

Any help will be appreciated.

Thanks,
Mahesh
 
You can only bind one datatable to a datagrid.
However, if they are related, you can nest datagrids and bind relational
tables/

However, if they are not related, you'll have to create three datagrid, and
bind the datasources seperately to each one.
 
Back
Top