Hi,
After adding the summary in webdatagrid, there is a icon on the right of the column name like ∑ , how to make the icon not shown?
Thanks,
Annie
Hell Annie,
Thank you for contacting Infragistics Developer Support!
To hide Sum symbol you can set for the class .igg_SummaryButton to have display none.
1 2 3
.igg_SummaryButton { display: none; }
Let me know if you need further assistance.
Where do I have to use this css code? I do not know how to use it. Thanks