hi all.
my problem is about the grid client event, i have a RadGrid, RadAjaxManager in this manager , i chose radgrid and i want to update the text box.
when i wrote a javascript for client event OnRowDoubleClick in pages aspx. i wrote a function
function RowDblClick(sender,args){....}
and i double click on Row , it's happened
But when i wrote it in code behind (because i want to take a data in my database to update the testbox) i have the problem.if i don't have 2 parameters sender and args i sure the event onrowdlouble click would not happen and i don't know how to chose the type for sender and args. could you give me a right function with right parameter to make the row double click on grid happen in code behind please.
thank you for listening.
my problem is about the grid client event, i have a RadGrid, RadAjaxManager in this manager , i chose radgrid and i want to update the text box.
when i wrote a javascript for client event OnRowDoubleClick in pages aspx. i wrote a function
function RowDblClick(sender,args){....}
and i double click on Row , it's happened
But when i wrote it in code behind (because i want to take a data in my database to update the testbox) i have the problem.if i don't have 2 parameters sender and args i sure the event onrowdlouble click would not happen and i don't know how to chose the type for sender and args. could you give me a right function with right parameter to make the row double click on grid happen in code behind please.
thank you for listening.