[jQuery] Re: How to add click() function to a tr during grid loadComplete function.

2009-11-13 Thread Tony
Hello, Or to use gridComplete event which fire after all rows has been fetched. Regards Tony On Nov 13, 11:51 am, davebrown wrote: > THanks Renato. > > Dave > > > > Phish wrote: > > > I'm not quite familiar with jqGrid and how it creates tables, but when > > using the "click" or "bind" function,

[jQuery] Re: How to add click() function to a tr during grid loadComplete function.

2009-11-12 Thread Phish
I'm not quite familiar with jqGrid and how it creates tables, but when using the "click" or "bind" function, it only applies to static elements. If you want to bind "click" to anything generated dynamically you will want to use the jquery "live" function. I'm assuming that jqGrid creates rows dyna