Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
GroupByRow & SummaryCells aligned to columns, multiselect
posted

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

  • 469350
    Offline posted

     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