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

Bug. Hidden() doesn't work in IE 9

2 Answers 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ziang
Top achievements
Rank 1
Ziang asked on 21 Jun 2011, 03:56 PM
What I did is

columns.Bound(m => m.ID).Hidden(true);

The data is hidden but the header still shows in IE. It works in Firefox 4.0.

2 Answers, 1 is accepted

Sort by
0
Demon
Top achievements
Rank 1
answered on 21 Jun 2011, 03:59 PM
Hi, try moving the hidden column to be the last one.
0
Ziang
Top achievements
Rank 1
answered on 21 Jun 2011, 04:01 PM
columns.Bound(m => m.ID).Width(0); works.
Tags
Grid
Asked by
Ziang
Top achievements
Rank 1
Answers by
Demon
Top achievements
Rank 1
Ziang
Top achievements
Rank 1
Share this question
or