I'm looking for the way how to implement RowUpdated event handler in Answers grid. I've implemented RowUpdated event handler in the value column of the grid but it doesn't work.
I want to concatenate the value of the attribute column value in the description field when I change the value from the drop-down list
Can anyone provide advice please?
Works fine on my instance, BUT event will be raised only if
Which is fine from my standpoint. Do you really need to get an event right after the value changing?