Clear table selection
Summary
How to clear table selection after refreshing SDPContent
Hi,
I have a table built with SDP and multi row selection is enabled. I am able to get the selected row ids and process further on a button action chain. But once I am done with processing I am refreshing the SDP with Fire Data Provider Event. It refreshes the table data, which is perfectly fine. But it retains the selection. After refresh it automatically again goes through the selection change chain and in that the selection contains the previous selection.
In the below code selection parameter contains earlier selection.
1