Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Finalized requirement: 
New event to trigger before clearing each unmerged merge fields during mail merge execution.

Event arguments should have properties,

1. To hold group name of a merge field

2. To detect the reason for a merge field to remain unmerged 
      2.1. doesn’t have mapping field in data source
      2.2. has mapping field in data source, but the data is null or string.Empty
3. To update unmerged merge field with exception text

Initial query: "MergeField is not replace/removed if value is null"
>>>>
We use mergefield in a document template, these fields are related to variables that user can fill or not in our application. If the user doesn't fill related cell in application grid, when document is generated by replacing mergefield -> as value is null, the mergefield is kept inside the output document.

We need a way to have that mergefield removed when replacing, otherwise we'll have not suitable output


Template                                  Output  

Name: «Text:FUNCTION_DESC»    ->     Name: «Text:FUNCTION_DESC»      Current behaviour


Name: «Text:FUNCTION_DESC»    ->     Name:                                                  Desired behaviour


Is there a way to perform this management ? The same behaviour is desired both for mergefields inside a group and mergefields at document level


Thanks a lot in advance for any helpBest regards

Giacomo
>>>>