Datagrid Newbie Help

  • Thread starter Thread starter Dougie
  • Start date Start date
D

Dougie

How can you start with a maximised view on a datagrid? It's not very user
friendly to look at initally when you have to click the small arrows to view
the data. Surely there must be a way of maximising the data at startup ??


doug.
 
Hello Dougie,

Depends on what you bind the grid to. If this is a dataset having a single
datatable, bind to the datatable directly, or specify the name of the table
as the DataMember parameter.
 
Back
Top