Hi all,

I am trying to create a form that will allow a user to enter values against items for each day of the week.

I am looking at the Datagrid control to do this, using a DataTable as it's source.

My problems are that I cannot work out how I can customize the DataGrid's colmn widths. The Item width needs to be large, but the values small. Is this possible?

Secondly, how do I prevent the end-user from adding records - I do not want them too, but there is always a new record line at the bottom of the data grid.

In fact, if anyone can suggest a control better suited for doing this I'd be most interested.

Many Thanks.