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
110
Event for clicking on the summary row
posted

Hello,

Currently i have a grid and i have a _ClickCell event on that grid. I use this event to see if the user has clicked on any cell in one specific column and perform some actions based on that. I also have a summary row for that column. Now this event is not getting called on clicking the summary row. 

How do i capture the Summary row click event? 

Thanks in advance,

Shail

Parents
  • 469350
    Offline posted

    Hi Shail,

    No cells in a summary row, so that event won't fire. There's no specific event for clicking on summaries. You'd have to use MouseUp or MouseDown and then use the UIElements to determine what was clicked. Or you looking for the summary row or a particular summary value? Which one you want will determine which UIElement you should look for. It might also depend on how the summaries are laid out (aligned to a column or aligned left/right/center).

Reply Children