Articles in this section
Category / Section

What is reason for GroupCaptionPlusMinus image is disappearing in WinForms GridGroupingControl?

1 min read

Caption image

The CounterLogic property is used to be 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#

gridgroupingcontrol.CounterLogic = EngineCounters.FilteredRecords; //Smallest memory footprint.

 

VB

gridgroupingcontrol.CounterLogic = EngineCounters.FilteredRecords 'Smallest memory footprint.

 

Screenshot

Image is disappear in GridGroupingControl

Samples:

C#: GroupCaptionPlusMinusCell_CS

VB: GroupCaptionPlusMinusCell_VB

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied