Hi,
I have hierarchical web grid and i want to Remove the expand/collapse images, can anyone snuggest me how to achieve this functionality. Thanks
I did something like this -
grdGrid.Bands(0).ExpandImage = "../../Images/test.jpg"
where test.jpg is the blank image I'm using. But of course that is not the recommended way to do this because the grid then keeps on displaying that particular column of expand/collapse images.
I need some method to hide that column yet allow the grid band to expand/collapse on header click from client side.
Thank You