views:

470

answers:

1

Hi!

How do I set a active row in jQuery Flexigrid after reloading it (after a ajax callback)?

Thanks in advance!

A: 

Try calling the following when onSuccess is fired...

$("#rowID").click();

Josh