dhtmlx grid problem at firefox

Hi guys,

I have a problem when calling mygrid.selectRowById & mygrid.selectRow at Firefox

==================================================================

mygrid.parse(result.device_info, “js”);mygrid.selectRow(0,true);

mygrid.selectRowById(id,false,true,true);

=================================================================

when called them, it works fine at chrome/explorer/safari , however

it generates Java script error and can not proceed further under Firefox.

Could you please help me what is the problem?

Thanks!

Unfortunately the provided code works well for me in all supported browsers including the firefox.
If the problem still occurs for you please, provide with a complete demo, where the problem can be reconstructed locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/auxiliary_docs__ … pport.html