Quite regularly I get the question how to hide a specific column in the HierarGrid or how to specify the width of it. The answer is fairly easy: Exactly the same way as with the regular ASP.NET DataGrid.
Turn off AutoGenerateColumns and specify it declaratively:
<dbwc:HierarGrid....> <Columns> <BoundColumn... > <HeaderStyle... /> </BoundColumn> </Columns</dbwc:HierarGrid>
You can also explicitely define the HierarColumn (which is autogenerated if you don't do so) in the same way:
<dbwc:HierarColumn />
Let me know if you run into any problems with that.
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2012, Denis Bauer