Product: PowerShell Universal
Version: 4.3.4
Made a pretty looking Complex Rules Engine to Find tickets that violate various conditions and allow for quick triage. Structure is based off your SQL DataGrid example.
However I added a textbox inside a column for quick note entry and button to cycle though textbox ids and update the notes in seperate db(although button has been removed to rule it out as culprit).
Issue is that once the cursor is in the textbox I can type BUT I can’t hit space bar or loses focus from textbox. No idea where to start but seems like some behavior of DataGrid similar to how tab cycles to next column(QA_Action Button in my example)