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.
Please suggest how to resolve this.
I solved this by setting the padding and width of each column as below:
actioncolumn.setStyle("width:100%;");
actioncolumn.setStyle("padding-right:3px;");