Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Is there any way I can display tooltip on summary column on xmagrid.
posted

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>

 

 

Parents
  • 138253
    Offline posted

    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.

    XamGridSummaryToolTip.zip
Reply Children