I am having Hierarchical Grid upto 3 Detail table one inside other. Inside Master table first column data is link, so I would like to see same event as we click on expandColumn. Is there straight way to achieve this?
I guess you are trying to expand/Collapse the grid row using GridButtonColumn. If so you may try setting the CommandName property to ExpandCollapse as shown below.