Events not Triggered when I have Grid Formats

SingSar

SingSar

Member
When I have a user defined grid format, and When I copy paste from excel to grid there are some grid events (like Grid Col Changed Inline) are not triggered.


Detailed sequence: In P4210, when I open a Sales order in update mode and add more lines by copy pasting from excel (with some records having duplicate line number), The Master BSFN corrects the Line number which is fine. Since we have ST / OT , the sales order automatically creates a PO but with the duplicate Related line number (F4311.RLLN).

To fix this temporarily i added a validation (by looping) to check any duplicate line number exists and throw hard error. I wrote the code in 'Grid Col Changed/Exited Inline'. It works fine I fi dont have any user defined grid format but not working when i have grid formats.
Any one can help?
 
Hi SingSar

Have you tried moving your code to one of the "Row Exit & Changed" events?

Hope this helps
Aidy
 
Back
Top