Form/Datagrid Non-Responsive after loading Datagrid from textadapter
Adding records to a datagrid when parsing records from a textadapter screen will result in the datagrid and the form becoming non-responsive. The cursor will change to the wait cursor. This always happens when the number of rows exceeds what can be show in the grid. Sometimes it will recover in a few seconds and I can move on but most of the time, it will not. The log file shows no errors or nothing abnormal. One of the solutions that I've tried is to detach the screen that was parsed but the same issue occurs every time. Another one was to delete the tableview and add it back.