Loading DHTMLX Grid using an Arraylist

Hi Experts,

I have some data in an excel, which i want to load into Grid. I’ve successfully read the data from Excel and put into an arraylist. Now i want to load the grid using the arraylist. I want write my code in java. I’ve found the below link but i don’t want to do any coding js. I have the arraylist in java and in the same class, i want to write grid loading code. Please help me in this regard.

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

Thanks in Advance.

Vamsi

Unfortunately your issue is not clear.
To load the data from the jsarray object you can use the parse() method.
To load the data from the file with array object you can use the load() method.

Could you clarify your issue.