BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Response | |
How to show the number Row Header and icons in the same RowHeader Cell ?
|
You can achieve your requirement of “Show the numbers and Icons in the same RowHeaderCell” by using the DrawCell event. Please refer the below code snippet. Please find the sample link below the table.
UG Link:
| |
How to resize automatically the RowHeader Cell to fit its content ? |
Currently, we are not provided the support to resize the RowHeaderCell. You can achieve your requirement by setting the SfDataGrid.HeaderRowWidth. Please refer the below code snippet. Please find the sample link below the table.
UG Link:
|