Syncfusion JavaScript UI controls library offer more than 50+ cross-browser, responsive, and lightweight HTML5 UI controls for building modern web applications.
The Grid render content shows ... not full of the cell. when I call autoFitColumns in dataBound event.
I dig the source code found the method myTable.getBoundingClientRect().width in Resize return less 2px. I comment document.body.removeChild(myTableDiv) and view it in the brower. It shows 205.156 + border = 207.156 ( in the below picutre)
But myTable.getBoundingClientRect().width return 205.156
and The cell is 206. so there is ... not full of the cell. the col in the colgroup is 206
I think because getBoundingClientRect() may not calculate the border.
The Grid render content shows ... not full of the cell. when I call
autoFitColumns
indataBound
event. I dig the source code found the methodmyTable.getBoundingClientRect().width
in Resize return less 2px. I commentdocument.body.removeChild(myTableDiv)
and view it in the brower. It shows 205.156 + border = 207.156 ( in the below picutre)But myTable.getBoundingClientRect().width return 205.156
and The cell is 206. so there is
...
not full of the cell. the col in the colgroup is 206I think because getBoundingClientRect() may not calculate the border.
@Mydeen-SN @sujithvj