Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

313
Views
Formio Angular, how to emit an event?

I'm looking to emit the event 'editGridSaveRow', so far I got this working

<formio 
 [form]='form' 
 [submission]='submission' 
 (submit)="test($event)">
</formio> 

(test function fires a message alert only), but when I try this, nothing happens

<formio 
 [form]='form' 
 [submission]='submission' 
 (editGridSaveRow)="test($event)">
</formio> 

any help would be appreciated, thanks!

PD: here events list documentation, where editGridSaveRow it's listed

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Well there's no way to accomplish that, on my research I landed in this page, there no event "editGridSaveRow" for formio-angular (scroll down to "output events").

I was looking for accomplish to submit only added and edited rows in editGrid, so finally I compared submission json data with submitted ones and get the difference.

Greetings!

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!