Hi
How can i hide the plus sign if the sub grid has no rows?
Thanks for the help
Gayathri
You can change the column type to “ro” for example
grid.setCellExcellType(row_id,column_index,“ro”);//change type
grid.cells(row_id,column_index).setValue(""); //set empty value