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
405
Make Summary row selectable
posted

Hi,

In the grid at bottom I am displaying summary, using Summary Settings. I want make summary row selectable and on select of summary row 
I  want fire a event. How can I do this.

Thanks and Regards
Rosy Malhotra
 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Rosy,

    Summary Rows do not support selection. 

    I suppose if you wanted to work at it, you could code this by using the MouseUp event and trapping when the user clicked on a Summary. Then you could change the appearance on the SummaryRow so that it appeared selected. But you would also have to clear the selection when something else is selected. It would not be trivial to implement. 

Children
No Data