Hi,
Right now if we apply groupby in xamdatagrid we have the "+" and "-" icons.
Is there a way to replace these icons with the icons of my choice.
Thanks
Sumeet
Thanks this issue is fixed, There is another question I had raised regarding the are that appears next to the headers becaise of group by , is there a way we can eliminate that area or shade it with the color of our choice
Here is the post
http://ko.infragistics.com/community/forums/p/73427/371255.aspx#371255
Hello Sumeet,
I am just checking, if you require any further assistance on the matter.
If you mean the brackets where count of records are displayed, then you can use this snippet to remove them:
Infragistics.Windows.DataPresenter.Resources.Customizer.SetCustomizedString("GroupByDescription_Format_OneChild", "{0}");
Infragistics.Windows.DataPresenter.Resources.Customizer.SetCustomizedString("GroupByDescription_Format_NotOneChild", "{0}");
The default values are "{0} ({1} item)" and "{0} ({1:n0} items)".
Hope this helps you.
Regards,
Anastas
This seems to be working fine now, Is there a way we can avoid showing the count of number of records in a group.
Hello,
I have tested my sample application with your version and it seems that it works as expected. In your screen shot I cannot see grouping. Please group by some field and tell me the result.