Binding Context in datagrid

  • Thread starter Thread starter Brandon Owensby
  • Start date Start date
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
 
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.
 
Back
Top