We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Hide all child tables

Here is my scenario. I have two queries. I combine both these queries into my master table. So some columns comes from the 1st query and some from the second query. I combine these togehter with a DataRelation. This works great. However I still see the child table in the Datagrid which I do not want to see. How can I force the child table to be invisible?


3 Replies

JJ Jisha Joy Syncfusion Team October 11, 2010 11:34 AM UTC

Hi David,


Please try setting the following code. This will prevent the automatic population of relations.

this.gridGroupingControl1.AutoPopulateRelations = false;

Regards,
Jisha



DM David Mecteaux October 11, 2010 04:12 PM UTC

That did it! Thanks!



JJ Jisha Joy Syncfusion Team October 12, 2010 05:25 AM UTC

Hi David,

Thank you for your update.

Regards,
Jisha


Loader.
Live Chat Icon For mobile
Up arrow icon