Hello,
I’m just discovering dhtmlxgrid (free version).
I want to make a grid with 5 columns.
3rd and 5th are money, I want to format like “9,999.99€”, so I use
mygrid.setColTypes(“ro,ro,edn,ro,edn”);
and I get this error :
If I use :
mygrid.setColTypes(“ro,ro,ro,ro,ro”);
it’s OK but I can’t use mygrid.SetNumberFormat().
I put as attachment my piece of code (the 2 files in the same screenshot) :
and the result of the json :
I would appreciate an help.
Best regards