I have a grid that allows editing and adding of rows, however it does not automatically come up with blank rows where I can enter information. I have to select "New" first. How do I get the grid to initially default to a few blank rows?
Hi JKM@SA,
The Insert New Row Into Grid action inserts new rows into a grid for editing. You can put this action on the OnScreenLoad event of the screen itself or any field that is required before adding items to a grid.
-Michael