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
40
hiding a column in the child datable
posted

Hello,

 

I'm returning a dataset containing 2 DataTables, add relation  and bind it to the grid at the run-time

Hiding a column from the 'parent' is not a problem:

uhgrdReportsF.GridView.MainGrid.Columns[...].Hidden = true;

 

But how would I go about doing the same for a column from the child DataTable?

 

Thank you in advance,

Alex.