Windows Forms Datagrid

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top