Maintain the last Selected Row when user click Refresh

I have got a dashboard that has a lot of rows, I would like to keep the Selected row or Activated during Refresh, such that the user do not have to look for the row again after refreshing.

I have tried to customize the dashboard to keep the current activated row by event AfterRowActivate, but AfterRowActivate will also trigger when dashboard refresh.

Tried, AfterSelectChange Event, but then if the user click the refresh twice, the selected row will be the first row again.

Any ideas?

EpiViewNotification?

I have done this in manually added datasets. The only reliable way I found was by using a stored and updated row identifier variable, and searching the dataset for the row after refreshing. So AfterRowActivate keeps the identifier current, and EpiViewNotification triggers finding the identified row again, assuming it’s still present.

Hello,

Can you show us how it’s done? I’m also facing this problem.

Thank you.