unknown runtime error

Hy



I have the following XML structure to customize a grid:



<?xml version="1.0"?>















light





%d.%m.%Y





false





Vorname

Nachname

Gruppe

Antwort





asdf

asdf

Flugbegleiter

abgesagt





Max

Power

Flugbegleiter

abgesagt







in Firefox all works fine, but in IE 7 i got a “unknown runtime error” .



Here is my js:

----------------

mygrid = new dhtmlXGridObject(‘gridbox’);

    mygrid.imgURL = ‘js/dhtmlxGrid/codebase/imgs/’;    

    mygrid.loadXML("<?= getLink('getData') ?>");

Which version of grid you are using?

The sample of dhtmlxgrid 1.6 with the same code works correctly in both IE and FF ( attached )
In case of dhtmlxgrid 1.5 - enableSmartRendering must be defined in js code, it can’t be executed from XML

By the way, the “format” attribute which you are using in XML has sense for edn|ron columns only, and setDateFormat for dhxCalendar|dhxCalendarA columns only. It has not sense with existing column configuration.

1213179918.zip (89.4 KB)