Binding Context in datagrid

B

Brandon Owensby

I am attempting to have a parent child grid setup on one of my screens. I
give the bigger grid a dataset and datamember of one table and the smaller
grid the same dataset and datamember is the tablename of the previous
datamember and added on to it . and then the name of the relationship to
connect the two. This seems to work fine most of the time but when I load
the screen over and over again....some of the times I get an error on the
second datamember assignment. Has anyone hit this problem before? Any help
would be much appreciated.

Thanks in advance,
Brandon
 
B

Brandon Owensby

Nevermind. I figured out my problem and I was because of an async call
happening partway through my code that I didn't know was happening.
 

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

Top