Link to home
Start Free TrialLog in
Avatar of borama
boramaFlag for France

asked on

jQuery jgGrid event wont fire

Hello experts,

I have a jQuery jqGrid constructed in my jsp page, once the page loads up, i can see the grid and the data loaded in fine. i have a problem trying to activate the grid event. All the event that I try doesn't get triggered at all. You can look at the attached file for reference.
TestGrid.txt
Avatar of hielo
hielo
Flag of Wallis and Futuna image

You have:
loadComplete465:function(xhr){ ...}

did you mean:
loadComplete:function(xhr){ ...}

IF that doesn't help, post a link to your page so I can see what data you are trying to load and how you are trying to attach the events.
ASKER CERTIFIED SOLUTION
Avatar of borama
borama
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>>Now I've found what is the problem. I should have attached the event to the initialization of the grid. not as a separate block of statements.
I'm sure someone else is likely to make the same mistake you did. Please consider posting the block(s) of code that you did wrong and how you fixed it. It may prove helpful to others with the same problem.

Regards,
Hielo