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
610
Conditionally hide column for child rows
posted

We have two bands. Depending upon a condition in each row of Band(0), we want to either show/hide a column on its Band(1) child rows.

Instead of hiding the column, simply setting the header text for the column to String.Empty would also work (we don't have to worry about the cells since they'll be empty anyways).

Is there any way to achieve this effect? The typical ways I'd solve this problem unfortunately hide the column across the whole grid, which is not what we want.

Parents Reply Children