BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
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
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
<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> |