Hi i am using a telerik grid as well as an update panel on the same page. In the update panel, there is a javascript popup which i edit some information in, the problem is these changes are not detected, for instance the test i enter into the textbox is not sent back to the database, in fact when i debug it, the textbox shows empty data when there is actually data within it. Here is a portion of my code which loads the grid;
The problem is i think my grid is getting hit each time, my question is how do i stop it from firing each time, especially considering I have wrapped my popup with an asp.net updatepanel