The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Do we have any feature which can support direct copy-paste from excel or emails ? If yes could you please provide us link to sample and documentation ?
SMShalini Maragathavel Syncfusion Team November 12, 2020 12:42 PM UTC
Hi Komal,
Thanks for contacting Syncfusion support.
By default in EJ2 Grid we have implemented copy and paste feature based on Microsoft Excel’s copy and paste feature .
When coping one cell value from another table and paste it to multiple cells that we selected in excel only copied value pasted in first selected cell. Likewise we have implemented in Grid like when coping one cell value from excel and paste it to multiple cells that we selected in Grid, copied value pasted in first selected cell only.
Please get back to us if you need further assistance
Regards,
Shalini M.
Marked as answer
KPKomal PandyaNovember 12, 2020 01:48 PM UTC
Hi Team,
I am able to copy and paste from excel cells now, but those cells are showing in green, looks like still in not saved mode. So upon performing any other actions, these cells are rolled back to the original value. Could you please help me how can we save those records without showing confirm dialog box ?
Thanks.
RSRajapandiyan Settu Syncfusion Team November 16, 2020 12:24 PM UTC
Hi Komal,
Thanks for your update.
Query: Could you please help me how can we save those records without showing confirm dialog box ?
By default in Batch mode, the edited records are displayed with green background and those data are not saved in the Grid. You can save those batch edited data by using Update button in the Toolbar or executing grid.endEdit() method.
The confirmation dialog will be shown before saving the edited data in the Grid. You can avoid this by setting showConfirmDialog as false in the Grid’s editSettings.