Hi,
I have a drilldown structure in web grid, on which we want to provide expand all and collapse all functionality. I would like to have an image on top left column of the grid through which user should be able to perform this operation. I need your assistance to know whether web grid provides such functionality on its own. If not then is there any way to find out the top left column where we can add an image control.
Please find attached image file for your reference. I have highligted the section in Red where we would like to insert the image.
Regards.
Hi Vijay,
You can add an image to the header and use the client side click event to hide/show columns and expand/collapse rows.
Magued
I am following up with you and if the issue had been resolved.
Can we get an example of the code needed on the client to expand/collapse all the rows? I know how to add the image but not sure how to reference in code. Thanks.