I have a ajax bound grid with the following client template:
ClientTemplate("<img onclick='grdCreateClick(#=TransactionID#,#=FormID#,#=UserID#,#=DetailID#);' />")
Is there a way to pass the entire data item row instead of passing each field like:
ClientTemplate("<img onclick='grdCreateClick(data);' />")
any help is appreciated.
Thanks...
ClientTemplate("<img onclick='grdCreateClick(#=TransactionID#,#=FormID#,#=UserID#,#=DetailID#);' />")
Is there a way to pass the entire data item row instead of passing each field like:
ClientTemplate("<img onclick='grdCreateClick(data);' />")
any help is appreciated.
Thanks...