I initialize from HTML table such as:
var mygrid = new dhtmlXGridFromTable(‘tblToGrid’);
mygrid.setSkin(‘light’);
mygrid.submitOnlyChanged(false);
…
after submitting, i receive values like:
[cgrid2_1211562594703_tblToGrid_9_4] => xxx
How could I define the id of the grid?