Send another object in a function attached to onRowSelect

Hi,

I am new to js in general, but I have to implement an application using the dhtmlxGrid component.
In the function attached to the onrowSelect event of the grid I have to send another argument then the rowID and columnID arguments.
Is this possible and if yes,how?

Thanks

It possible only with code modification. Which parameters do you need?

Hi…in fact I have done something else that I have seen it is possible I created an atribute for the
dhtmlXGridObject object and gave him the value of the object I wanted to pass. And I used the atribute in the event handler

This article may be useful if you need send additional data with Grid docs.dhtmlx.com/doku.php?id=dhtm … ional_data