Is there a way to execute a Javascript function after the data binding process has finished?
I attempted using EndCallback, however, it does not seem to work when the Grid is initially loaded since I am using RenderAction to show the partialview that contains the gridview.