Prevent Cell Edit

Hi,



I’m using dhtmlXGridFromTable to load table. Totally I’m displaying 4 columns in my grid. Out of these 4 columns I need to make (1,3) columns as not editable. How can I able to do this.



Thanks,

Hariharan

Actually there are a lot of ways to achieve such functionality, most simple one - set it in your HTML

  


     
         <td type=“ro”>Column 1
         <td type=“ro”>Column 2
         <td type=“ro”>Column 3
        
     
     
        
        
        
        
     


Column 4
value 11 value 12 value 13 value 14