Hi,
I have a 2 band (parent - child) datasource that I load inside the grid. Initially, when the parent band loads, the expansion indicator is present for all rows. When you click one to expand and there are no child rows then it dissapears. Is there a way to hide the indications if the child band has no rows? Is there a setting or do I need to set it manually by checking the child count in InitializeRow event?
Ah, nevermind. I found it. Override.ExpansionIndicator = CheckOnDisplay.
Thanks