Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The Grid component wraps custom template based editors with a form tag.
When finished, it sends the endEdit event which in turn invokes reset on the wrapping form element (presumably because editing is done and the form changes have been assimilated).
However, this reset Event then continues to propagate it's way up the ancestor form tags of the entire page.
The net result is that endEdit of a single row in the grid, causes a chain reaction that clears all form data on my page.
One way this could be solved is by the Grid component passing '