Originally posted by RudyL
ok.. I have been looking all over the place and have not found anything yet to explain how to do this.. (I am sure it;s out there I just haven't found it).

I am using a data grid.. I want to be able to set the number of Rows and number of colums manually based on some user input.. Then I will go andplace data in each cell one by one based on some more user input..

So far all I have found has to do with data sets..

I am lost...
i think if you want to set your own rows and column try to do it in datatable and bind it to the datagrid.
just a thought though.