Calculated column in dhtmlxgrid

Hi,

I would to have one calculated column somewhere in the middle of the grid and I tried everything by looking at the sample given on this site but not able to get that working.

As soon as I put the following command, it just processing and never displays the result in the grid.

myGrid.setColTypes(“ro,ro,ed,ed,ed[=c2+c3],co,co,ro,ro,ro,ch,ch,ch,ro,ro,ro,ro,ro,ro”);
myGrid.setColSorting(“str,str,int,int,int, *”);

Also, I have included the following script file in my page header section.

Can anyone please guide me here to make this work?

Thanks in advance.

No worries, found the bug.

Forgot to include the following line in the page header section alongwith other JS files,

Just if someone is having the same hurdle. :bulb:

It worked for me and hope this helps to someone.