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

Is it possible to specify Row Header template for SfDataGrid

Hi,

Is it possible to specify a Row Header template for the Xamarin.Forms SfDataGrid?

Cheers,
Jonathan

5 Replies

JM Jonathan McComb September 14, 2015 12:03 PM UTC

Sorry, brain not working. I meant is it possible to specify a column header template.


HN Harikrishnan N Syncfusion Team September 15, 2015 04:03 PM UTC

Hi Jonathan,

Thank you for using Syncfusion products.

Currently there is no support to specify template in column headers. However we have already considered this as an enhancement and will be available in our volume 3 SP1 release. We appreciate your patience until then.

Please let us know if you have any question about this.

Regards,
Harikrishnan



HN Harikrishnan N Syncfusion Team September 16, 2015 04:07 PM UTC

Hi Jonathan,

A support incident to track the status of this enhancement has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let me know if you have any question.

Regards,
Harikrishnan



KG K Guptha February 6, 2017 10:01 PM UTC

Hi, is there any updates to specify a Row Header Template for the Xamrin.Forms SfDataGrid ?


DS Divakar Subramaniam Syncfusion Team February 7, 2017 06:11 AM UTC

Hi Kumar, 
 
 
We have already provided support for RowHeaderTemplate in SfDataGrid. Please refer the below code snippet to know how to use RowHeaderTemplate, 
 
<sfGrid:SfDataGrid x:Name="dataGrid" 
                   AutoGenerateColumns="True" 
                   RowHeaderWidth="70" 
                   ShowRowHeader="True"> 
    <sfGrid:SfDataGrid.RowHeaderTemplate> 
        <DataTemplate> 
            <Label Text="{Binding CustomerID}" /> 
        </DataTemplate> 
    </sfGrid:SfDataGrid.RowHeaderTemplate> 
</sfGrid:SfDataGrid> 
 
 
Also, we have attached a simple sample for your reference and you can download the same from the below link. 
 
 
 
Regards, 
Divakar. 
 


Loader.
Live Chat Icon For mobile
Up arrow icon