Welcome Guest Search | Active Topics | Sign In | Register

Grid problem with firefox/chrome Options
John Foley
Posted: Friday, December 10, 2010 1:13:47 PM
Rank: Member
Groups: Member

Joined: 9/6/2008
Posts: 29
I have a eo:Grid on my page which holds some data. I have a check box column on the grid which I use to determine which people to send an email out to.

In internet explorer and safari, I click the button and am able to traverse through the grid and access the data.

In firefox and chrome, the Grid.Items.Count is coming back as ZERO. The rows of the grid are displayed on the page when it loads and after the postback completes. Is this a known problem and is there a work-around or an additional setting of the grid that needs to be set?

In my codebehind:
For Each item As EO.Web.GridItem In AthleteGrid.Items
If item.Cells(0).Value = "True" Then
End If
Next

The code in this For loop never executes because it can't find any items in the grid.

Thanks,
Jonathan
John Foley
Posted: Friday, December 10, 2010 1:21:06 PM
Rank: Member
Groups: Member

Joined: 9/6/2008
Posts: 29
My version is: EO.Web Controls 8.0 (2010)
John Foley
Posted: Friday, December 10, 2010 1:30:25 PM
Rank: Member
Groups: Member

Joined: 9/6/2008
Posts: 29
Well...I knew the next thing you were going to ask was for code to demonstrate the problem so I was putting that together.

I actually had a "freeTextBox" control on the page (not really sure why over the eo:Editor). I removed that from my page and it works now. I will replace that with the Editor and think it should work fine now.
eo_support
Posted: Friday, December 10, 2010 8:35:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Great. Glad that you found the trigger. Please let us know if you still have any problems.

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.