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
close icon

Change rowheader's sizes

HI,
Is it possible change the rowheader's sizes?

Regards

3 Replies

BR Balamurugan Rajaraman Syncfusion Team March 6, 2017 08:38 AM UTC

  
Hi Fabio, 
 
Thank you for contact syncfusion Support. 
 
We have analyzed your query “Change row header sizes”. You can able to achieve your requirement by setting the ”RowHeaderWidth” Property as like below, 
 
Code Sample: 
 
<Syncfusion:SfDataGrid x:Name="dataGrid"  
                               ShowRowHeader="True" 
                               RowHeaderWidth="100"                                                                     
                       AutoGenerateColumns="True" AllowEditing="True" 
                       ItemsSource="{Binding Orders}"> 
 
 
You can download the sample from the below link: 
 
Sample: 
 
 
Regards, 
Balamurugan R 



FA Fabio March 6, 2017 02:23 PM UTC

Thanks.

Regards


BR Balamurugan Rajaraman Syncfusion Team March 7, 2017 08:42 AM UTC

Hi Fabio,

Thanks for the update,

Please let us know if you have any further assistance.

Regards,

Balamurugan R



Loader.
Live Chat Icon For mobile
Up arrow icon