We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Edit template for columns

Hi,
is there something like an edit template for sfdatagrid columns?
This would be a general solution for editing "extraordinary" values in cells. I know in WPF there is a EditTemplate property for GridTemplateColumn at least. Will this be implemented for Xamarin Forms, too?

Kind regards

6 Replies

VP Vimal Prabhu Manohkaran Syncfusion Team March 21, 2017 07:07 AM UTC

Hi Kind,

Thanks for using Syncfusion products. Currently there is no support to edit the GridTemplateColumns . We have logged a feature request for the same and have added it to our upcoming features queue. You can expect the feature to be available in any of our upcoming releases(tentative).

Regards,
Vimal Prabhu
 



BK bkind March 21, 2017 09:41 PM UTC

Thank you. Although not essential, it would be a nice to have feature.

Kind regards


VP Vimal Prabhu Manohkaran Syncfusion Team March 22, 2017 09:11 AM UTC

Hi Kind,

Thanks for the feedback. We will provide the feature in line with WPF Edit Template to meet your requirement while implementing this feature.
 

Please let us know if you may require any other assistance.

Regards,
Vimal Prabhu
 



CO Colt December 2, 2018 05:30 AM UTC

+1
I was hoping to use SfAutoComplete to edit text column cells. It would definitely be nice to have.


VR Vigneshkumar Ramasamy Syncfusion Team December 3, 2018 11:21 AM UTC

Hi Colt, 
 
Thanks for contacting Syncfusion support. 
 
As mentioned in the previous we have logged feature report for” Edit template for columns” and you can load anything inside the template. It will be impleneted any of our upcoming releases. As of now you can display the SfAutoComplete in datagrid by using GridTemplateColumn and please find the below UG link for the same. 
 
 
Regards 
Vigneshkumar R 



FP Farjana Parveen Ayubb Syncfusion Team December 23, 2019 06:48 AM UTC

Hi Colt,   
   
We have implemented your requested feature “Support to load the template view in edit mode for SfDataGrid” in our Essential Studio 2019 Volume 3 Beta Release version 17.3.0.9 and is available for download under the following link.   
   
  
Please find the code example and sample in the below location   
<sfGrid:GridTemplateColumn HeaderCellTextSize="16"  
                       HeaderFontAttribute="Bold"  
                       HeaderText="Employee Details"  
                       LineBreakMode="TailTruncation"  
                       MappingName="OrderID">  
  
    <sfGrid:GridTemplateColumn.CellTemplate>  
        <DataTemplate>  
            <Label Text="Cell template value"/>  
        </DataTemplate>  
  
    </sfGrid:GridTemplateColumn.CellTemplate>  
  
    <sfGrid:GridTemplateColumn.EditTemplate>  
        <DataTemplate>  
            <Label Text="Edit template value"/>  
        </DataTemplate>  
     </sfGrid:GridTemplateColumn.EditTemplate>  
</sfGrid:GridTemplateColumn>  
   
  
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.   
   
Regards,   
Farjana Parveen A   


Loader.
Live Chat Icon For mobile
Up arrow icon