Wednesday, 21 August 2013

Group summary for a boolean field (cxGrid)

Group summary for a boolean field (cxGrid)

How can I have a boolean field in my cxGrid (displayed in the grid as a
checkbox) display a full (group) summary (count) : total issues + solved
(checked) and unsolved (not checked) ? When I check the checkbox,the issue
is solved. When I uncheck it, it is unsolved. Right now, I only managed to
figure out how to display the total amount of issues. What I need to
display is the count of checked and unchecked items in the same field. So
my header (in the example shown below) would display : DATE: 28.8.2013
(Total issues:2) (Solved:1) (Unsolved:1) Is it possible to accomplish
this?
Something like this :

No comments:

Post a Comment