Problem with render_sql

Why command grid.render_sql “SELECT * from tableA where id>10”,“name,price”, “”, “” loading datarow but not set header fields “name,price”?

You need to use

config = new GridConfiguration(); $config->setHeader(array("column 1","column 2"));

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