Categories | Question details Back To List | ||
Sub grid cell of main grid constructed through addRow still shows '+' for empty cell 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 Answer posted by dhxSupport on Jul 01, 2009 07:08 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.) |