I’d like a way to create a grid with one blank row. And if the user adds data to that row, I want to automatically add a new blank row. To do that I need to know what method/event will tell me if the user filled any column in the row. Then I need a method to add a blank row that does not have any data. The .addRow() requires data.