I am using the Client event 'OnRowSelected' of a RadGrid
I can read the value of a key on client-side using :
function Grid1_Select(sender, eventArgs) {
alert(eventArgs.getDataKeyValue('Param1'));
}
But is there a way to set a new value for this Param1 on client-side?
Regards,
frank Quinty
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 11 Nov 2008, 08:09 AM
Hello fquinty,
I am afraid that you cannot set RadGrid DataKeyValues, neither client nor server side. A way to change a value in RadGrid is to edit an item and update the database correspondingly.