Could not get the align property, invalid argument

Hi …, we are using DHTMLXGrid versioin 2.6 build 100722 and we are seeing the following error in IE, you can see the error at afishman.com/diamonds-round-cut.html. Please see the attached error. When I tried debugging with IE Script Debugger, I see that the error is at

if(s)c.align=s;

Pls help, thanks in advance.

Check your grid configuration, especially setColAlign command , it seems you have invalid align mode name ( it may be a typo, or just an extra whitespace ) - IE is very strict with align names, while other browsers will ignore typo, IE will throw an error.