Hello Torgny,
Thank you for your reply. I am looking forward to hearing from you.
Sincerely,
Krasimir, MCPD
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
Hi
Thanks for your answer and sample code. I will look into your samples and try to implement the new features.
br
Thank you for your post. I have been looking into the questions that you are having and regarding the first question, if I understand correctly the issue is that the XamDataChart is resetting its zoom level after expanding the XamPivotGrid’s rows. I have tested this scenario and I am not able to reproduce the issue. I am attaching a video that shows the behavior with our samples browser. Would you please let me know if this is the issue that you are having and if yes, would you please provide me with a sample application and steps to reproduce the issue?
Regarding your second question, you can set the width of the FitlerMenu, by changing the template of the ExpansionAreaContentTemplate of the FilterFieldItemControl and in the ContentTemplate, you can find the XamDataTree and set its Width property to the value that you wish.
For the third question that you are having, if you are using XmlaDataSource with the XamPivotGrid, you can use the approach that Todor has suggested here: http://ko.infragistics.com/community/forums/p/49331/297214.aspx. If you are using FlatDataSource, you can use the CubeMetadata to set the formatting of the measures as follows:
<igOlap:FlatDataSource.CubesSettings>
<igOlap:CubeMetadata
DataTypeFullName="IGPivotGrid.Samples.Controls.Sale"
DisplayName="Sales">
<igOlap:DimensionMetadata
SourcePropertyName="NumberOfUnits"
DisplayName="Number Of Units"
DimensionType="Measure"/>
……
I have created a sample application for you, that shows how you can implement the functionalities of questions 2 and 3.
Please let me know of you need any further assistance on the matter.