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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top