|
| colspan and rowspan in dhtmlxGrid | Jun 03, 2008 01:53 | | | textarea limit number of characters | Jun 02, 2008 18:04 | | | context menu split | Jun 02, 2008 16:26 | | | [TREEGRID] Display glitch with new version 1.6 | Jun 02, 2008 10:18 | | | inserting a tree in tabbar | Jun 02, 2008 09:36 | | | the first column (and the rest), only the header is centered | Jun 02, 2008 08:57 | | | dhxCalendarA and Sort | Jun 02, 2008 08:10 | | | Grid - filtering on server side | Jun 02, 2008 07:59 | | | How to set wordwrap for the particular column? | Jun 02, 2008 06:58 | | | Addding Color | Jun 02, 2008 06:42 | | | dhtmlxGrid | Jun 02, 2008 03:01 | | | SmartRendering Problem | Jun 02, 2008 02:59 | | | HTTP Authentication | Jun 02, 2008 02:57 | | | Paging Problem in JSP - Grid | Jun 02, 2008 02:38 | | | auto-calculated footer | Jun 02, 2008 02:23 | | | addRow function text delimeters | Jun 02, 2008 02:15 | | | Drag and Drop | May 30, 2008 10:41 | | | grid calendar | May 30, 2008 10:39 | | | Find functionality in the tree which is built using smartXmlParsing | May 30, 2008 10:37 | | | Incorrect XML now throwing 2 errors | May 30, 2008 05:51 | | | set focus on tree view on load of page.
| May 30, 2008 05:37 | | | i have done so :
mygrid = new dhtmlXGridObject('gridbox');
mygrid.setImagePath('<?= $mosConfig_live_site ?>/includes/js/dhtmlxgrid/codebase/imgs/');
mygrid.setHeader('<?=addslashes($grid_col)?>');
mygrid.setInitWidths('<?=$grid_col_width?>');
mygrid.setColAlign('<?=$grid_col_align?>');
mygrid.setColTypes('<?=$grid_col_types?>');
mygrid.setColSorting('<?=$grid_col_sorting?>');
mygrid.enableAlterCss('even','uneven');
mygrid.enableAutoHeigth(true);
mygrid.enableMultiline(true);
mygrid.init();
mygrid.setSkin('light');
mygrid.setOnCheckHandler(doOnCheck);
mygrid.loadXML('<?= $mosConfig_live_site ?>/xml_trees/<?= $actFileName ?>', function(){
mygrid.attachHeader('<?=$grid_col2?>');
document.getElementById('c_u').appendChild(document.getElementById('c_u_box').childNodes[0]);
mygrid.setSizes();
mygrid.setOnGridReconstructedHandler(onGridReconstructed);
mygrid.callEvent('onGridReconstructed',[]);
});
yet the columns are left aligned . The $grid_col_align is 'center,center,center,center and so one ' | May 30, 2008 03:45 | | | ro eXcell type - adding event handler to | May 30, 2008 03:39 | | | Set Focus on tree view on load of the page | May 30, 2008 03:02 | | | | |
|