Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi EveryOne,

I have a gridview with custom paging in which when we scroll down,Next page gets loaded.My grid contains Textboxes in a Column.I have written a function onChange event on grid`s Textbox using Jquery which updates an array of changed textbox`s row index.When we type something in any textbox or use up and down key to navigate,then onchange event fires,but suppose i have entered some value in textbox i.e.Txt1 and without changing the focus,use mouse wheel to scroll down and next page gets loaded,then change event of Txt1
does not fires and array does not get updated.

So could anyone please suggest me the solution of this problem.

I does not want to use keyup or keypress event to update the array as it may slow down typing.

Thank You
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900