Hi
I've a grid with an expandable memo.
now I see everywhere the expand indicator. regardless if this memo has content or not.
when the memo is empty and I click the indicator it disappears.
Is there a way to show the indicator only, when there is a non null / non whitespace content in the expandable field ?
Hello Haggy,
I reviewed your questions and I can suggest you set:
<igDP:XamDataGrid.FieldLayoutSettings>
<igDP:FieldLayoutSettings ExpansionIndicatorDisplayMode="CheckOnDisplay" />
</igDP:XamDataGrid.FieldLayoutSettings>
This will ensure that while the XamDataGrid is rendering every record is checked whether it has children. In case there is no child record attached, the ExpansionIndicator won’t be shown.
If you have any further questions or concerns please do not hesitate to ask.
I am just checking have you been able to resolve your issue? if you need any additional assistance on the matter do not hesitate to aks.
In case the above suggestion helped you solve your issue please verify the thread as answered, so other users may take better addvantage of it.