Using jQuery to track changes on a form automatically sets the dirty flag for all controls at the form level, but controls (TextBox, DropDownList) inside a Grid edit row are not captured. We are using the $(":input").change() method to capture changes in input controls. Is there any automated way to capture the controls inside the Grid edit row?