Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
735
Don't show expansion indicator if no child rows
posted

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