Hi,
I am using Silverlight PivotGrid (v12.2); when I click on the expand/collapsed icon on the Row, it expand/collapsed correctly but the icon doesn’t’ change. Also the the expand/collapsed icon state is not correct when grid loaded, for example: even though all the rows are expanded to the lowset level it shows the plus icon.
I found, IsExpanded and IsToggleVisible property’s value is false for pivotGrid.GridLayout.RowHeaderCells, so I set header.IsToggleVisible = true, which shows the icon but in wrong state like I mentioned.
pivotGrid.LayoutLoaded += (psender, pevent) =>
{
foreach (var header in pivotGrid.GridLayout.RowHeaderCells)
if (header.Member.ChildCount > 0)
header.IsToggleVisible = true;
}
Any idea how to fix this?
Thanks in Advance
Sheuly
Hello Sheuly,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Hi Sheuly,Thank you very much for your cooperation.If it is possible, would you please send us a sample application where you are able to reproduce the issue, so that we can investigate it further for you?Regards,Milana Zhileva
Hi Milana,
I have tried with the latest SR 12.2.20122.2147 for Silverlight 12.2 but I haven't get it working.
Please, let me know how to resolve this issue.
Thank you for help.
Best Regards,
Hi Sheuly,A similar issue has already been addressed in our previous Service Releases, so if it is possible, would you please test it with the latest SR version we released for 12.2? You can do that by navigating to Account->Keys and Downloads and selecting the SR listed there for your version (12.2, Silverlight).Please, let me know if this has resolved your issue.Thank you.Regards,Milana Zhileva
Thanks for your reply. The answer of your questions are as follows:
Looking forward to hear from you.