Bug: FNC Data Grid in WebCore when hitting Tab Key

Hi,

Steps to reproduce: (All latest versions... using Chrome as browser)
1.) Create a new WebCore Project
2.) Drop a FNCDataGrid on the Form
Run the Project

3.) Enter a String in a cell in the Name column and before hitting the Enter/Return Key, hit the TAB Key

=> The red error box appears on the bottom of the web page with the following message:

ERROR
Uncaught TypeError: Cannot read properties of undefined (reading 'FEnabled') | TypeError: Cannot read properties of undefined (reading 'FEnabled') at Object.UpdateLookup (http://localhost:8000/Project1/Project1.js:117497:25) at Object.KeyUp (http://localhost:8000/Project1/Project1.js:118246:64) at Object.HandleDoKeyUp (http://localhost:8000/Project1/Project1.js:30962:14) at HTMLInputElement.cb (http://localhost:8000/Project1/Project1.js:255:26)
at http://localhost:8000/Project1/Project1.js [117497:25]

Hi,

Thanks for reporting, issue is fixed now. Tomorrow we'll release an update which will include the fix.