I have created a dynamic action on the IG region on Key Down event and added below JavaScript code:
event.preventDefault();
While this works well for the existing rows in IG, it doesn't restrict the TAB key press on newly added rows. Any help is much appreciated!