BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Neo,
Greeting from Syncfusion.
We have prepared a simple to achieve your requirement("set decimal places to numeric texbox in grid batch edit") and please refer the below code snippets and sample.
[app.component.html]
<e-column field='Freight' headerText='Freight' [edit]='numEditParams' width='120' format='C3' textAlign='Right' editType='numericedit' [validationRules]='freightrules'></e-column>
[app.component.ts]
this.numEditParams = { params: {decimals: 3, format: 'n'}};
Sample:https://stackblitz.com/edit/angular-yjegvk-u8kqlc?file=app.component.ts
Regards,
Hariharan