How can I find the selected row's div id and override?

Please give me an example code how I can override the selected roe’s div.
Thanks.

Unfortunately your requirement is not clear. If you want to change background color of the selected row you can change selected row css. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … ustom_skin

I have a animated gif file to indicate the row is in process mode. For me to show that, I need to know the exact div ID of the selected row. So that I can write my gif file on top of that div to show the progress.