Logically, you can't display an empty grid. What is there to display?
You need to have at least 1 item bound to the grid for anything to show up, this item can result in all the inputs being empty, which would essentially amount to a new item.
What are you going to concat to? Other items in the grid (i.e are you trying to use the grid to build a list of items)?
-Peter
|