Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Gayathri on Sep 01, 2008 07:35
open dhtmlx forum
Empty Sub grid - Hide plus sign

Hi

How can i hide the plus sign if the sub grid has no rows?

 

Thanks for the help

Gayathri

Answer posted by Support on Sep 01, 2008 09:33
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