We need have 5 pixel padding to the left and right within the grid cell. In case of data displayed with ellipsis the data in the cell occupies 4 to 5 pixel of the padding specified is there any way to fix this problem.
Problem is not related to dhtmlxGrid itself, but to basic HTML rules.
The grid cell is normal HTML container and any valid CSS rules can be applied to it. You can specify necessary CSS styles through XML attributes ( “class” or “style” )
or you can change global settings in dhtmlxGrid.css
The next css defenition
div.gridbox table.obj td {
set default rules for grid cell