Hi
The Column Resizing in Chrome browser is not proper for me. When i try to resize the columns will start expanding which will occupy my hole div and this problem is in Google Chrome browser
thank you
shriniket
Hi
The Column Resizing in Chrome browser is not proper for me. When i try to resize the columns will start expanding which will occupy my hole div and this problem is in Google Chrome browser
thank you
shriniket
Unfortunately we cannot reproduce this issue locally. Please open ticket at support.dhtmlx.com/ and provide us complete demo where we can reproduce it.
hi
I am using row span and column span in my grid. it is working fine , but for me when i set row span in then if i click other cell then the height of merged cell will start increasing till i clicks other cell. this row span and cell span i am doing dynamically.
Thanks
Shriniket
Please provide example of how do yo merge cells. What version of dhtmlxGrid do you use? Can you provide screenshot of the issue?
var area = mygrid._selectionArea;
if( area ){
var leftTopCol = area.LeftTopCol;
var leftTopRow = area.LeftTopRow;
var rightBottomCol = area.RightBottomCol;
var rightBottomRow = area.RightBottomRow;
var noOfRows = (rightBottomRow - leftTopRow + 1 );
var noOfColumns = (rightBottomCol - leftTopCol + 1);
if( noOfRows == 1 ){
mygrid.setColspan( parseInt( leftTopRow + 1 ), leftTopCol, noOfColumns);
} else {
for( var c=leftTopCol; c<=rightBottomCol; c++){
mygrid.setRowspan(parseInt(leftTopRow+1),c,noOfRows);
}
mygrid.setColspan( parseInt( leftTopRow + 1 ), leftTopCol, noOfColumns);
}
}
The row span is working fine in firefox . The problem arise when if we use rowspan it is working fine, but if we use row span then rows will merge proper but when we click outside of another cell and clicked again to merged cell the cell height will increases each time for each click.
also send me mail id of yours so that i can attach screenshot to you.
thanking you
Regards,
Shriniket
Similar issue was fixed at the latest version of dhtmlxGrid. Please try to update your files.
How can i update the dhtmlxGrid files
Hi there, my company just purchased (4 days ago) the Pro Suite and we are encountering this same problem.
When ever you attempt to resize the column headers, the headers grow vertically and push the grid contents out of view.
Please open ticket at support.dhtmlx.com/ and provide us any kind of demo where we can reproduce this issue