1
Answer

Freezing header row and column in grid view in c#

NRT

NRT

12y
6k
1
Hi,

I have a asp.net grid view with several rows and columns which were binded dynamically. Now, my task is to freeze the first 3 rows and first column of the grid view.My target browser is IE 8.0


can any body give a solution for this....


Thanks In advance

Answers (1)
0
Vulpes

Vulpes

NA 98.3k 1.5m 11y
To center the column header text, you can do:

dataGridView1.ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;

To set all the columns to the same width, I think you'll have to set them individually as I can't find a property to do this 'en bloc'.
0
viva

viva

NA 27 22.3k 11y
thanks for your reply but I didnt get HorizontalAlign="Center" in HeaderStyle and ItemStyle

Can you please answer it specifically for datagrid view? and wherethese settings are??
0
Kiresh Gangariya

Kiresh Gangariya

NA 214 1.8k 11y
try to give HorizontalAlign="Center" in HeaderStyle and ItemStyle