I read some data from database and I'm wondering how to display that data to the user (which cotnrol to use)?
Namely, I read from database four column (first name, last name, address, and active- can be true or false) and about 0-300 rows. User can see all columns but changes are allow only for 'active' column. What do you think which control I need?
I try with datagrid but how to allow user to change value only in one column? Then I try checkedListBox, but it can't display more than one column ...
I hope that you have some code snippet or link to solve my problem.

regard j