Javascipt on SKUID UI load event

Hello All, I want to run some javascript code after the UI is rendered on the page. UI is nothing but a simple grid with data from single model. Please help Thanks,

You can useĀ setTimeout( function_reference, timeoutMillis ) for a method which is called via onload.
Hope this helps!