insert record

Is it possible to insert a record in a table that is not directly tied to a grid. I want to have an onclick to insert a record into a child table with no user interaction.

<![CDATA[

is this possible?

You can

a) create separate connector for the child table
b) from onclick call dhxAjax.post to that url with necessary params

docs.dhtmlx.com/doku.php?id=dhtm … ding_modes