Hello Johnny,
The RadControls expects only two parameters as its arguments, sender and arguments. You cannot pass the extra arguments directly.
The easiest way to pass predefined parameters to a function executed on the clientside, is to assign anonymous function and pass the parameters as shown below.
VB:
Thanks,
Princy.