|
0
|
| Afshar Mohebi · 技术社区 · 15 年前 |
|
|
1
0
For GridView, probably the RowUpdating event which is fired when the user clicks whatever button has the Update command argument. For RadGrid, it looks like they also provide a UpdateCommand event you can subscribe to to save data by hand. |