On xmagrid I have multiple column and i can display summary total for every column.I can also display tooltip on textcolumn Now I want to display tooltip on summary column. Is there any way I can display tooltip value on summary column on xmagrid?My summary column example :<ig:TextColumn.SummaryColumnSettings><ig:SummaryColumnSettings><ig:SummaryColumnSettings.SummaryOperands><ig:SumSummaryOperand IsApplied="True" FormatString="{}{0:F0}" SelectionDisplayLabel ="" /></ig:SummaryColumnSettings.SummaryOperands></ig:SummaryColumnSettings ></ig:TextColumn.SummaryColumnSettings>
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I created Styles for CellControl and SummaryCellControl and set the Tooltips there. Please let me now if this helps you or you need further assistance on this matter.
Looking forward for your reply.
HI Stefan,
Thanks for your help and give me time. I really appreciate it.Actually I want to display two or multiple summary colums sum value on summary tooltip.On your project I add another column. On summary section two columns display their sum value, now on tooltip I want to display those two summary columns total sum value. Is it possible?