I need a button in the parent row of a WebHierachicalDataGrid. I've found few examples suggesting using the ItemCommand event, but none of the examples work.Does the ItemCommand event exist for the WHDG? Is that what I should be using to capture the button click?Would someone post a working C# example of a button in a WHDG? Ideally, I want to pop a WebDialogWindow with data based on two columns in the WHDG in the same row as the clicked button.
Thx,
Charles
I am also trying to do this, but I have not been able to figure out how to make it clickable once I added it to the template cell. Any help would be appreciated.