This is a migrated thread and some comments may be shown as answers.

Input controls in Grid not setting Dirty flag

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gene
Top achievements
Rank 1
Gene asked on 10 Aug 2010, 10:47 PM
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?

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 16 Aug 2010, 09:37 AM
Hello Gene,

$(":input").change() appears to work at my site. Attaching a test page. Also, if you want to explicitly attach to the visible text input of the RadInput controls (they render several <input type="text"> elements), you can use $(".riTextBox[id$=_text]").change(). This is also shown in the test page.

Regards,
Veli
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Gene
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or