Everything seems to work in IE when posting a form (correct

Please provide more details about problematic situation. It is unclear which component and in which scenario used.


Sorry about that.  Thanks for the quick reply.



I am using a grid component.  Works perfectly in IE.  When I post the form in FF the selected checkboxes do not post with the rest of the form.



I have included the js file: DHTMLGrid_Scripts/ext/dhtmlxgrid_form.js



<form  name=“theForm” action=“index.cfm?fuseaction=pageeditor.realestate&subaction=updateNeighborhoodDir&PageID=#attributes.pageid#” enctype=“multipart/form-data” method=“post” onSubmit=“return checks();” id=“theForm”>



mygrid = new dhtmlXGridObject(‘gridbox’);
mygrid.imgURL = ‘http://coolsiteadmin1.colony1.net/admin/config/realestatev2/DHTMLGrid_Scripts/imgs/’;
//mygrid.enablePaging(true,10,5,‘pagingArea’,true,‘recinfoArea’);
mygrid.enableBuffering(50);
mygrid.enableAutoHeight(true,400,true);
mygrid.setSkin(“light”)
mygrid.enableLightMouseNavigation(true);
mygrid.init();
mygrid.enableAlterCss(“even”,“uneven”);
mygrid.loadXML(’*****/admin/index.cfm?fuseaction=pageeditor.realestate&subaction=neighborhoodXML&nid=#form.nid#&pageid=#attributes.pageid#&suppresslayout=1’);



 



 

We have made some local tests. The problem was not reconstructed - changed states of “ch” column are posted.

If problem persists, please, provide any sample at support@dhtmlx.com