Sub grid cell of main grid constructed through addRow still


Hi



I am constructing my main grid by addRow(), for the cell which is of type “sub_row_grid” am passing an URL(incase i want a subgrid) or an empty string. Still it shows the ‘+’ sign for  the empty cell.



can you pelase help m out here.



Cheers



Gayathri

If yuo don’t what to show “+” sing if cell is empty you should change it’s type using setCellExcellType(rowId, cellIndex, type) where rowId - row ID
cellIndex - cell index
type - type of excell (code like �ed�, �txt�, �ch� etc.)