cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture a "Add Row" event?

Former Member
0 Kudos

Hello guys I need to detect the row adding activity, but there wasn't such event for the "Matrix" to detect that.

I've Tried Such as "DatasourceLoadAfter",  and there was nothing happen when the "Add Row" happens.

What can I do to detect such event? Can someone show me the way? Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Maybe you can handle the menu event of menu id 1292

former_member183373
Active Participant
0 Kudos

Hello Joseph,

I had to that in my project once. As a solution I checked the "RowCount" to catch whether user added a row or not. It might be useful for you too if you are going to try to capture the event when a user presses a button or performs a specific event.


Regards,

Atila