Datagrid First Column Freeze

G

Guest

Hello Everyone,

Is it possible to freeze the first column of DataGrid. I am using VS.Net C#
for Pocket PC application.
Can anyone through some light on this,

Thanks
 
G

Guest

Thanks for your reply Sergey, but what I really wanted is to freeze the first
column alone while scrolling horizontally.
My requirement is to keep the first column static while scrolling something
like data written on the row header.
I tried to have the data in Row header but failed, so kept that in First
column, but still trying to freeze the first column, please help.
 
S

Sergey Bogdanov

In your case the best way would be to place two datagrid on the same
form:- the first one emulates row header, the second contains data.
 
A

AlexL [Xceed]

Or, even easier, just use a better grid, that supports column
freezing.

Xceed Grid for .NET lets you freeze the leftmost column with 1 or 2
lines of code.

http://www.xceedsoft.com/products/gridnet

In your case the best way would be to place two datagrid on the same
form:- the first one emulates row header, the second contains data.

--
Alex Leblanc
Xceed Software Inc.
http://www.xceedsoft.com

High-quality ActiveX and .NET libraries and controls

Email: (e-mail address removed) (remove the first 'x')
 
G

Guest

I think it will not run on CF, Thanks for your suggestion Sergey, I will try
that option, and Do you anyone think, is there any other way I can achieve
this task.
 
A

AlexL [Xceed]

No, it doesn't run on the .NET Compact Framework. I'm sorry, I did not
notice this was a post in the Compact Framework newsgroup :(

Does it run on .NET Compact Framework?

--
Alex Leblanc
Xceed Software Inc.
http://www.xceedsoft.com

High-quality ActiveX and .NET libraries and controls

Email: (e-mail address removed) (remove the first 'x')
 

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