I made a quick look in forum but could not find any relevant info for this, so maybe you can light up a best approach for this.
We have RadGridView where user can make selections of rows and apply action for selected rows, these actions are command based. The command fires up asynchronous backend service call for each selected row. During this period selected rows should not be RE-selectable and should have visual busy indicator till the service call is completed for the corresponding row, the response time per row varies in backend process between 10ms and 2s.
Regarding this above requirement, is there a way to set the RowIsBusy rather than setting the whole RadGridView IsBusy? Although not that complicated to implement but I want to be sure that I have not overseen any RadGridView functionality regarding this. So any info for best way forward would be highly appreciated.
Alexander
