Pivot Filter

Hi,
I am using the pivot, And I am loading the data every second,
When the user click on the filter selection he can’t select a row because it Closed when there is a loading,
Can you please give me an example how to freeze the loading data when the user click on filter select.

Hi

And I am loading the data every second

Do you mean, you are reloading data in the widget each second?
Reloading forces repainting, which will interfere with normal selecting.

It possible to catch the onShow event when the richselect filter is activated, and while this mode is active, stop loading the data and resume loading only after the onHide event.

Can you share a bit more info about your use-case? Reloading data for Pivot each second sounds as a performance/bandwidth killer.