Editing columns with TemplateID

Hello,

I configured the TemplateID of a editable column, but now I cannot edit it. This is the template:

<script type="text/x-jsrender" id="customColumnTemplateRecursos">    
     <div  style='height:20px;' unselectable='on'>
        <img style="width: 16px; height: 16px" src="../Images/tree_Recursos.png"  />
       <div class='e-cell' style='display:inline-block;width:100%' unselectable='on'>{{:#data['Nombre']}}</div>
     </div>
</script>  

Is it wrong?

1 Reply

SS Seeni Sakthi Kumar Seeni Raj Syncfusion Team November 13, 2015 11:18 AM UTC

Hi Jorge,



As per our current implementation, the template columns in grid are not editable. Hence, editor will not be visible for the template column while editing, by default.

 

Regards, 

Seeni Sakthi Kumar S.


Loader.
Up arrow icon