This is a migrated thread and some comments may be shown as answers.

[Solved] RadGrid - FrozenColumn vs StaticHeader problem

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
guillaume.lebel
Top achievements
Rank 1
Iron
Iron
guillaume.lebel asked on 21 Jul 2009, 02:03 PM
Hi,

I'm having a problem to set the frozencolumn property. Actually when i use staticheader it's working fine but the first column is a but larger than the header. I've set all the headerstyle-width for each column but only the first column seems to have this problem.

Else if i set static header to false the frozencolumn isn't working but all my column width are the same. I've set the table-layout to fixed don't know if its suppose to change anything.

All my grid is dynamic and column are create in codebehind depending of the data source i receive.

Is there anyway to be able to correct the width or simply use frozencolumn alone without static header.

Again thx for your time!!

Guillaume

1 Answer, 1 is accepted

Sort by
0
guillaume.lebel
Top achievements
Rank 1
Iron
Iron
answered on 21 Jul 2009, 02:43 PM
I've found how to correct the issue simply by setting the .rgHeader:first-child css property and using the itemstyle-width.

I know its better to use the headerstyle-width but in that case it  cause a width problem. All the other column still using headerstyle-width except the first one.

Have a nice day!!

Guillaume
Tags
Grid
Asked by
guillaume.lebel
Top achievements
Rank 1
Iron
Iron
Answers by
guillaume.lebel
Top achievements
Rank 1
Iron
Iron
Share this question
or