ColorPick-Additional parameters for setOnSelectHandler func

Hi,

myCP.setOnSelectHandler(chgCell);

ChgCell accepts only the color as parameter. How to pass additional parameters to chgCell function. Since I am using the colorpicker in a grid, I need to pass in the row and col details also along with the color information for me to do my change cell operation.

Please advise me on how to get this done.

Hello,

it isn’t possible to pass additional parameters to the event handler