Row item click event not getting triggered after clicking on pagination
Row item click event not getting triggered after clicking on pagination
AnjalySuresh
Posts: 3Questions: 1Answers: 0
Hi Team,
For a grid, I have a glyphicon as one of the item in each row.
On click on that, a pop up box will be displayed to edit items.
By default the paging count is 10.
If I navigate to next page, onclick of child item is not working.
Any idea how can I fix this?
This discussion has been closed.
Replies
I have the same issue? Any suggestions?
Without seeing your code its hard to say but you may need to change your event handler setup This article may help.
https://learn.jquery.com/events/event-delegation/
Kevin
Almost certainly the second top FAQ.
As Kevin says, use delegated events.
Allan