Search code examples
javagwtgridgxt

Rows are not aligned properly under the Column headers in EditorGrid in GXt 2.2.3


I Created an EditorGrid using GXT 2.2.3.Now the problem is rows are not aligned properly under the column header,they are slightly move to left side.

enter image description here

Please suggest how to resolve this.


Solution

  • I solved this by setting the padding and width of each column as below:

    actioncolumn.setStyle("width:100%;");
    actioncolumn.setStyle("padding-right:3px;");