m_oliveira
Freshman
- Joined
- Jun 29, 2004
- Messages
- 40
How can I lock datagrid columns?
Any ideas?
Any ideas?
m_oliveira said:How can I lock datagrid columns?
Any ideas?
Set the ReadOnly Property of the DataGridColumnStyle to true for the columns that you would like to be 'locked'
m_oliveira said:Thanks for replying, and sorry, I should have written that in a different way. In fact, I need to freeze the leftmost grid column(s) in order to prevent it (them) from scrolling along with the others.
Is that possible?