The gridview doesn't support the concept of inserting as it will only show items that exist. This is why you would typically use a details view on the same page as a grid view. Use the details view in insert mode to create a new item, then you rebind the gridview to show the new item.
-Peter
peterlanoie.blog