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 Reply Children