How to change the header image of the cell in WinForms GridGroupingControl?
Change the header image position
The CounterLogic property is to be used within
the engine. If you have large data source and need support for groups and
filtered records, you can reduce the memory footprint by selectively disabling
counters that you do not need in your application.
Since we have large data in the application, the Group Caption Image is not properly viewed always. Hence, using CounterLogic would reduce the memory footprint and all the data will be displayed always.
C#
//Smallest memory footprint.
gridgroupingcontrol.CounterLogic = EngineCounters.FilteredRecords;
VB
'Smallest memory footprint.
gridgroupingcontrol.CounterLogic = EngineCounters.FilteredRecords
The screenshot illustrates the modified header image in the cell
Conclusion
I hope you enjoyed learning how to change the header image of the cell in GridGroupingControl.
You can refer to our WinForms GridGroupingControl feature tour page to know about its other groundbreaking feature representations and WinForms GridGroupingControl documentation, and how to quickly get started for configuration specifications.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!