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

[Solved] Grid client template not displayed in IE7

1 Answer 49 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.
Richard
Top achievements
Rank 1
Richard asked on 29 Aug 2011, 03:03 PM
Hi,

I have a grid that includes a client template as well as bound columns.  The client template does not display in IE7  but all the other columns do.  The client template is displayed in other versions of IE, Chrome and Firefox.  We are using version 2011.2.712.340.
Any idea what could be causing the problem or how to go about diagnosing it?

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 29 Aug 2011, 10:28 PM
I have resolved this issue.  It seems the problem occured because I declared a column that was hidden.  When I removed this column the grid displayed properly in IE7 as well as all other browsers.  The hidden column was bound to the same data property as the client template column and was initially declared first and adjacent to the client template.  When I move the hidden column to the last column declared, the grid displayed properly.  I decided to go ahead and remove the hidden column completely since it was not needed for my requirements.
Tags
Grid
Asked by
Richard
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or