Current filter:
                                You should refresh the page.
                                0
                                  • Hi DX-Team,

                                    my collection which is the datasource of a PivotGrid includes a string.

                                    Is it possible to show this string in the DataArea of the PivotGrid?

                                • Crono 06.16.2012

                                  It's possible, but DataArea is mainly thought for aggregations so I have trouble figuring out why you'd want to do that. Can you give more details on what you want to achieve?

                                • Magnat 06.17.2012

                                  I want to give the possibility to change the values... the string value too.

                                • Magnat 06.17.2012

                                  CellFormat="{}{0}" isnt work. It shows only 0 but not the string value.

                                You must  log in  or  register  to leave comments

                                1 Solution

                                0

                                It is necessary to set the PivotGridFieldBase.SummaryType property to Min or Max to achieve the required result. Please refer to the How to display data from the DateTime and String Data Fields? article for additional information.

                                • Magnat 06.18.2012

                                  Yes... this is it. Ty Constant.

                                You must  log in  or  register  to leave comments
                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.