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 RegardsRosy Malhotra
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.