Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
147
Picking which DataTables to Show in the UltraWebGrid
posted

I've been combing documentation, the API's and this forum, but I am coming up a little short for my situation.

I have a DataSet with 3 DataTables.

ParentDataTable

ChildOneDataTable

ChildTwoDataTable

Each ChildDataTable is tied back to the ParentDataTable with a relation.

I would like to specify to show the the data in a heirarchical view between the ParentDataTable and ChildTwoDataTable.

I am setting the WebGrid.DataSource property in the code behind and then calling the DataBind Method.

How do I specify to show two bands and bind to the appropriate datatables in the dataset? 

The version I'm using is NetAdvantage 3.5.

Parents Reply Children
No Data