|
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
|
|
Rank: Member Groups: Member
Joined: 9/6/2008 Posts: 29
|
My version is: EO.Web Controls 8.0 (2010)
|
|
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.
|
|
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!
|
|