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

[Solved] Event for RadGrid for row change

1 Answer 171 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 07 Jul 2009, 07:35 PM
Does anyone know of a server or client event that can be configred for a RadGrid or the table view of a RadGrid that will fire when any value in the row or cell has changed.

I want to generate a callback to the server whenever any of the content controls in a row has changed to indicate that the current row for editing is "dirty" and needs to be managed.

Thanks

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 10 Jul 2009, 08:12 AM
Hello Alex,

Basically, there is no default event/mechanism to handle this. However, you can get a reference to the individual controls in the editForm, and attach an onchange client side event handler. From the client side handler, you can make an ajax request to the server, whenever you detect that the end ser has changed the content of a field.
I hope this suggestion helps.

Greetings,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or