"b.nodeName is undefined" Error with dynamic_loading

Hi ,

I use Dhtmlx 3.6 Pro.
In certain grid linked with DB means Php Connector , if i set dynamic_loading, data are correctly loaded but in browser error console i receive “b.nodeName is undefined” Error . If i don’t use dynamic_loading console does not show any error.
This is my render_sql source snippet :
$grid->render_sql(“SELECT TA.*,TP.DESCRIZIONE AS TIPOSTATOANAG FROM TAN$ANAGR TA LEFT OUTER JOIN DBI$TIPI TP ON TP.KEYDBI$TIPI = TA.KEYDBI$TIPISTATOANAG”,“KEYTAN$ANAGR”,“TP.DESCRIZIONE(TIPOSTATOANAG),TA.NOMINATIVO(NOMINATIVO),TA.CODFISC(CODFISC),TA.PIVA(PIVA),TA.DATANASC(DATANASC)”);

what is the cause of this error ??
Have you an idea about possiible solution ?

Thanks in advance
Best regards
Antonello

Most probably you are using some technique that is incompatible with the dynamic loading as it requires the data completely loaded to the client-side.
It might be: grouping, client-side sorting, client-side filtering…