event list

Hi team,

When we can find a list of supported events for any component and API details?

We looked in teh doco under event and we can only see examples of ho wto attach an event to a component but couldn’t find details of the events.



We expect to see something like:



Grid events:

1. onRowSelect - event handler function shoudl expect the following arguments in order (rowId)



2. onCellEdit - event handler function shoudl expect the following arguments in order (rowId, cellId) … etc

3. …



Tree events:

1. onClieck - event handler function shoudl expect the following arguments in order (itemId)

list of supported events
Documentation for each component has API folder which contain necesary doc
dhtmlx.com/docs/products/dhtmlxG … rid_api_ev
etc.