I'm using MVC 2 and loading a partial view via AJAX which contains my jqGrid. The problem is that my OnSelectRow event only fires once if I have it in an external .js file. Is it possible to use the jQuery live to bind to the OnSelectRow? I can only see how to bind the OnSelectRow in the options for the jqGrid?
Thanks for the help, Ciaran