How to get selected row ids in server side

By using getRequest(“ids”); we can get the rows id of all the modified row.
How can i know the ids of selected row??

Thank You

Dataprocessor doesn’t provide such info, you need to have some kind of custom code, which will store selected row id in dp’s url or in a userdata of grid