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
630
WebHierarchicalDataGrid hidden column in band
posted

I use 2014.1 and i have AutoGenerateColumns="false"

I want to show or hide column depend on condition and its not work.

On First level its works!

whdg.Columns(3).Hidden = False or True (Work well)

On second band its not works and i try some way

whdg.Bands(0).Columns(3).Hidden = False or True (Don't work)
whdg.GridView.Bands(0).Columns(3).Hidden =  False or True (Don't work)



Parents Reply Children