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?
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