How do I add an item to a datagrid? I tried

dgList.Items.Add

but there is no Add function in the items list. How do I do it?
Please post code if you have it.