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

Column lost Width after validations

2 Answers 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
July
Top achievements
Rank 2
July asked on 02 Nov 2011, 08:18 PM
I've a required validations for 1 column
After validations fire, the column change Width.

How I can Fix this?

I Attach image.

regards

2 Answers, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 03 Nov 2011, 06:47 AM
Hello,

try with below code.

  <telerik:GridBoundColumn DataField="ID1" HeaderText="ID1" UniqueName="ID1">
                        <ItemStyle Width="100px" />
                        <HeaderStyle Width="100px" />

                    </telerik:GridBoundColumn>

let me know if any concern.

Thanks,
Jayesh Goyani
0
July
Top achievements
Rank 2
answered on 06 Nov 2011, 12:18 AM
Thanks!
Actually I have width with %.
I going to try this!
Tags
Grid
Asked by
July
Top achievements
Rank 2
Answers by
Jayesh Goyani
Top achievements
Rank 2
July
Top achievements
Rank 2
Share this question
or