> Is there any way for creating bands programmatically in a Hierarchical
> GridView Control for expanding and collapsing rows ?
No. In a burst of shortsightedness, MS only allowed banding when the control
was bound to a data source.
Chris - 31 Jan 2007 15:11 GMT
Thanks a lot Jeff for your message.
Then the only way is to simulate + and - from code and on double-click
to expand/collapse rows.