I'm new programming in C # and I'm making an application for a Windows 7 embedded device in which a DataGrid will be used but I can not find the way to add data and columns, in the 3.5 framework if the following code works for me:
mydatagrid.Columns.Add("apellido", "Apellido");
But in the Compact No, how can I add rows and columns? Thanks for your help