Attaching Dataset to Ultragrid with Multiple Tables
New DiscussionI have a dataset that contains three tables – A, B1, B2. A stands by itself. B1 and B2 have a relationship. I have two grids on my form – A and B.
Grid A’s datasource = Dataset.A and I am not having any issues with the data showing in the grid. Grid B’s datasource should be tables B1 and B2. Grid B, however is where I am having a problem. I have tried setting grid B’s datasource = Dataset.B and Dataset (by itself).
After setting the datasource for grid B I loop through the bands to hide any tables that are not B1 or B2, which happens to be table A. Once done nothing shows in grid B.
Is there a way to do this with all three tables in the same dataset? The dataset was created as an .xsd file.
Thanks!
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
3 Created On
Apr 15, 2020 Last Post
5 years, 11 months ago