Duplicate rows in datagrid!

  • Thread starter Thread starter DBC User
  • Start date Start date
D

DBC User

I have two datasource combained to form a datagrid. I am merging the 2
dataset to a new dataset to display them in a datagrid. Is there an
option remove duplicates during merging??

Thanks.
 
No, there isn't. You would have to handle this yourself, searching for
rows that are similar and then not adding them (or deleting them if you have
already added them).

Hope this helps.
 

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