How to Restrict access to a datagrid column?

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I have 2 columns in my datagrid, and I use the first one just for
display. I have made it readonly (using DataGridTableStyle), but the
user can still click or tab into that column. I'd like to stop the
user from doing this, so that they can use scoll up and down the one
column that can be edited.

Anyone know how to achieve this?

Thanks for any help!

-Brian
 
Brian said:
I have 2 columns in my datagrid, and I use the first one just for
display. I have made it readonly (using DataGridTableStyle), but the
user can still click or tab into that column. I'd like to stop the
user from doing this, so that they can use scoll up and down the one
column that can be edited.

Anyone know how to achieve this?

Thanks for any help!

-Brian

http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q758q

Erik
 

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

Back
Top