Welcome Guest Search | Active Topics | Sign In | Register

Update Grid Cell Excel Format Options
Scott
Posted: Wednesday, February 20, 2008 8:29:01 AM
Rank: Newbie
Groups: Member

Joined: 10/13/2007
Posts: 8
This is the code I'm using to extract the information from the grid.

Code: Visual Basic.NET
Dim [text] As String = String.Format("Cell Changed: Key = {0}, Field = {1}, New Value = {2}", item.Key, cell.Column.DataField, cell.Value)
extracted from the grid example.

I'm using the Excel style to activily edit the cells, but I'm also using a sort on each column. The code works fine until I sort one of the columns. The problem then becomes the item.key no longer matches the record id. It becomes out of sink. Is there another way to do this?
eo_support
Posted: Wednesday, February 20, 2008 8:35:04 AM
Rank: Administration
Groups: Administration

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

This is a known issue and we already have an internal build that fixed the issue. Please see your private messages for download location to the new build. Sorry about the trouble!

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.