.NewRow() doesn't move the newly added row


Author
Message
Leonard P.
Leonard P.
StrataFrame Novice (83 reputation)StrataFrame Novice (83 reputation)StrataFrame Novice (83 reputation)StrataFrame Novice (83 reputation)StrataFrame Novice (83 reputation)StrataFrame Novice (83 reputation)StrataFrame Novice (83 reputation)StrataFrame Novice (83 reputation)StrataFrame Novice (83 reputation)
Group: Awaiting Activation
Posts: 65, Visits: 306
Hi,

I am seeing this behavior in StrataFrame:

When calling .NewRow() inside one of the BO methods, the current row position doesn't change to the new row as per documentation.





this.NewRow();

Debug.WriteLine(this["IndexId"].ToString()); //Expect to see -1, but it's not the case

Debug.WriteLine(this.CurrentRow.RowState.ToString()); //Expect to see 'Added', but get 'Unchanged' instead





Either I am doing something wrong or it's a bug in SF Wink
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Leonard P. - 15 Years Ago
Dustin Taylor - 15 Years Ago
Leonard P. - 15 Years Ago
Edhy Rijo - 15 Years Ago
Leonard P. - 15 Years Ago
                         If you are using a BBS and under certain other conditions, there was a...
Trent L. Taylor - 15 Years Ago
                             Hi Trent,
I've installed the latest beta version from the link...
Leonard P. - 15 Years Ago
                                 You will have to provide a sample then as I know that this works. Most...
Trent L. Taylor - 15 Years Ago
                                     [quote] Most likely there is something in your code that is preventing...
Leonard P. - 15 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search