Hello. I've setup a WebHierarchicalDataGrid binding to a self-referencing dataset. Appears to work fine in Firefox, but in IE (6/7), the child band nor the expand/collapse icon will display. Any ideas??
After further research, this happens when the WebHierarchicalDataGrid is placed on a WebTab control. There are 4 tabs configured, the grid is on the third tab. LoadOnDemand is True. If it set LoadOnDemand = False, the child band appears, OR if I intially set the SelectedIndex to 2 (to initially display the third tab). Any ideas/help would be much appreciated. Thanks.