Hi Chris,
We have provided the support to change the default text of the AddNewRow programmatically in your version 16.3.0.29. Now you can change the default text of the AddNewRow using the property SfDataGrid.AddNewRowText. Please refer to the following code example.
Code example :
this.sfDataGrid.AddNewRowText = "Click to add new row"; |
The patch for the enhancement can be downloaded from the following location.
Recommended approach - exe will perform automatic configuration
Please find the patch setup from below location:
Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment
Please find the patch assemblies alone from below location:
Assembly Version: 16.3.0.29
Installation Directions : This patch should replace the files “SfDataGrid.WinForms” under the following folder.
$system drive:\ Files\Syncfusion\Essential Studio\$Version # \precompiledassemblies\$Version#\[TargetFramework]
Example : $system drive:\Program Files\Syncfusion\Essential Studio\16.3.0.21\precompiledassemblies\16.3.0.29\4.0
To automatically run the Assembly Manager, please check the Run assembly manager checkbox option while installing the patch. If this option is unchecked, the patch will replace the assemblies in precompiled assemblies’ folder only. Then, you will have to manually copy and paste them to the preferred location or you will have to run the Syncfusion Assembly Manager application (available from the Syncfusion Dashboard, installed as a shortcut in the Application menu) to re-install assemblies.
Note :
To change how you receive bug fixes, ask your license management portal admin to change your project’s patch delivery mode.
Disclaimer :
If you have received other patches for the same version for other products, please apply all patches in the order received.
The fix for this issue will be included in our upcoming 2018 Volume 4 release which is expected to be rolled out in the mid of December 2018.
Regards,
Deivaselvan