문제

I have a GridView with ItemTemplate and EditTemplate. There is some text boxes in EditTemplate. I want to update records myself using EditTemplate controls. Which event of GridView I should use? If I use Telerik's RadGrid then what event is better?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top