Hello,
I need to access the HScrollBar element of a child grid to assign an event handler to the Scroll event. I am trying to do this programmatically in the ChildViewExpanded event handler for the grid. However, every time i try to reference e.ChildViewInfo.GridViewElement.HScrollBar, the GridViewElement object is null. Any help?
Also, I have a second issue. If the HScrollBar is enabled for the grid itself, and I scroll right, then click the + sign ahead of one of the rows, it does not open the child grid. Instead, it appears to select the cell that has scrolled underneath the row header column. This is undesirable for me. Is there some way that I can prevent the cell from getting selected and instead have the Child Grid expand?
Thanks!
Jeremy