Hi,
I have set overrides for SummaryDisplayArea as InGroupByRows, GroupBySummaryDisplayStyle as SummaryCells and CellClickAction as cellSelect. I am not able to identify which summary cell the user clicked. I need ability to allow user mutliselect more than one summary cell. I have tried selectTypeGroupByRow but it either allows selecting complete row but does not help in selecting individual summary cells. Please advice.
Thanks,
bhavani
Hi Bhavani,
There is no support in the grid for selecting summary cells. CellClickAction refers to normal grid cells, not summaries.
You can use UIElements to determine when the user clicks on a Summary. Determining what is under the mouse at any given point is done using the ElementFromPoint method. There are lots of KB articles on this technique:
Knowledge Base Results - ElementFromPoint