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 Mohammad,
I have modified the sample I sent you before, so now it has the functionality you want.
Hope this helps you.
Thank you so much. That thing I was looking for.You are great. So far everything is ok. Multiple columns sum value display on the Tooltip, I am wondering is it possiable to display that tooltip with red font with dark border?
I have modified the sample I sent you before, so now it has the functionality you want. If you have further questions on this matter feel free to ask.
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?
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.