2013-09-25 76 views

回答

0

試試這個

.app-Grid table tr.x-grid-row, 
.app-Grid table tr td.x-grid-cell 
{ 
    height: 36px; 
    border-color: #555; 
} 
//app-Grid is the css class applied to your grid 

網格:

Ext.extend(Ext.grid.EditorGridPanel, { 
     title: 'Service Request Types and Rates', 
     height: 210, 
     cls: 'app-Grid', 
     columnLines: true 
}); 
+0

我的CSS類添加到我的網格,但不添加單元格邊框。 – Duleep

+0

'MyEditorGrid3Ui = Ext.extend(Ext.grid.EditorGridPanel,{ 標題: '服務請求類型和速率', 高度:210, 邊界:假, bodyStyle:' 邊框顏色:#A8A8A8; \ nborder- style:solid; \ nborder-width:1px; \ nz-index:55000;', cls:'app-Grid', columnLines:true, hideBorders:true, bodyCssClass:'app-Grid。', id:'','is by grid – Duleep

+0

請看看我的編輯。 – Dev

相關問題