Welcome Guest Search | Active Topics | Sign In | Register

Gridview DatetimeColumn and IE 11 Options
abrea
Posted: Saturday, December 7, 2013 11:58:08 PM
Rank: Member
Groups: Member

Joined: 7/12/2008
Posts: 19
I am having issues using DateTimeColumn within a gridview with Internet Explore 11. Once clicking on the date time filed
you are unable to click on any other columns in the grid unless you scroll the grid to the right until the Datetime column disappears and then
scroll it back.

Jeff
eo_support
Posted: Sunday, December 8, 2013 7:03:24 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

Please check whether you have the latest EO.Web Controls. IE 11 was just released so it is not supported by older versions. We tested the latest version with IE 11 and it seems to work fine.

If the problem still occurs with the latest version, then it might have something to do with your page contents. In that page please try to isolate the problem into a test page and then post the test page. We will then try to run it here and see if we can reproduce the problem.

Thanks!
abrea
Posted: Saturday, December 14, 2013 3:59:26 PM
Rank: Member
Groups: Member

Joined: 7/12/2008
Posts: 19
I have upgrade to the latest version of EO.Web and I am still experiencing the same issues wit IE 11 and EO grid. I realize that the issue is not only
with time date fields but also with custom columns. I think the issue is related to any field that uses javascript. in looking at the source from the browser it looks like the date time fields create javascript coding and of course custom columns uses javascript.

Thanks
eo_support
Posted: Monday, December 16, 2013 9:23:06 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

In that case please try to isolate the problem into a test project and send the test project to us. Once we receive that we will try to run it to reproduce the problem here. Usually as soon as we can reproduce the problem, we can find out the root cause. We will PM you as to where to send the test project.

Thanks!
eo_support
Posted: Wednesday, December 18, 2013 1:40:05 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

We have tried to run the test project you sent to us and it works fine here. So you may want to test from another machine to see if it works.

Thanks!
abrea
Posted: Wednesday, December 18, 2013 3:25:36 PM
Rank: Member
Groups: Member

Joined: 7/12/2008
Posts: 19
The issue exist in a production environment. We are running under IIS 7 with windows 2008. I have created a test web site, which is https://www.claimdispatch.com/edittest/ Our development machines are still running IE 10, but we are experiencing an increasing number of providers encountering the issue once they have upgraded to IE 11.
eo_support
Posted: Wednesday, December 18, 2013 10:55:19 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

The problem has to do with your server side configuration. We see the following header being sent to the browser by your server:

Code: HTML/ASPX
<meta http-equiv="X-UA-Compatible" content="IE=7" />


This forces IE 11 to simulate IE 7. This is not needed. Once you remove that, the Grid should work fine.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.