Windows Forms Datagrid

  • Thread starter Thread starter Dave Harrington
  • Start date Start date
D

Dave Harrington

Hello all -

I am very familiar with Web Forms and ASP.NET but I'm a novice with Windows
Forms. I have an access database with three columns: ID, ShortDesc, and
LongDesc. I'd like to display this table in a datagrid on a windows form.
I'd like the datagrid to be sortable (and preferably pageable), but I do not
want it editable, ie, I want it read-only.

If I set the enable property to 'False', the datagrid may no longer be
edited but the sort functionality no longer works. Can anyone offer some
advice or direct me to a resource?

Thanks in advance!

Dave
 
Back
Top