hi, i bind a employee table to my RadGrid so my columns for RadGrid are 'emp_name', 'emp_dept', 'emp_city'.
now, what i want is when i select a perticular row of RadGrid i need to access all the values of that perticular row in a javascript function.
i tried to find these values in 'args' but i havn't found the luck.
Please help.