DataGrid: Lock a column

L

Luiss

Hi everybody,

I'm looking for a way to lock the first column of a datagrid. I
need to allow horizontal scroll keeping the first column visible (the
first I can write into).

I first tried to write in the very fist column (the one where arrow and
star appears) then I tried to lock the first column in which I can write
but I failed in both.

Is there a way or I have to change control?

Thanks in advance, cheers

- Luiss
 
C

ClayB [Syncfusion]

I do not think there is a simple way to do this. It is possible to put text
in that initial row header column, but that takes some work too. Here is a
Windows Forms FAQ discussing how you can do this.

George Shepherd's Windows Forms FAQ contains an entry entitled:

How can I place text in the rowheader column of my datagrid?

Check it out at:
http://www.syncfusion.com/faq/winforms/search/896.asp

=============================================
Clay Burch

Syncfusion, Inc.
visit http://www.syncfusion.com for .NET Essentials
 
L

Luiss

ClayB said:
I do not think there is a simple way to do this. It is possible to put text
in that initial row header column, but that takes some work too. Here is a
Windows Forms FAQ discussing how you can do this.

thanks!!!
 

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