Hi All,
In a form there are 5records in the grid which has no button control, I am modifying 2fields in the grid its calling two times the update method.
My requirement is whenever the update happened on the grid it should send the trigger ,but as of now its sending two triggers .
Which method I need to override to send single trigger.(so far 2records are creating in temp table instead I need to store 1 record).