I currently am building a OLAP cube that will be used in a XmlaDataSource. I can see it fine but I've two problems
I need to save the Columns's Width, and after load them From DB.I need too change, save and load the PivotHeaderCells' Caption.
How can I do it??
Hello ,
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.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support
Hi,
You can read columns width from ColumnWidth property of DataColumn object.
this.pivotGrid.DataColumns[0].ColumnWidth
This property is only with get accessor, but for 11.1 release it will be and settable.
About PivotHeaderCell caption you can apply new controltemplate to it and can set any type of content in ti.
Todor