Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NavControl
Message
From
16/05/2011 10:02:41
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
16/05/2011 09:46:01
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
01510742
Message ID:
01510763
Views:
43
>Hi Tim. On my mmButtonNew I'm calling Me.NavigateData(mmNavigate.Last)"
>
>The dataset is not on that record before I make the call.
>
>I do not get that message when I comment "Me.NavControl = Me.grdBuildings" and click on the newly added record.
>
>Thanks.

I am wondering if this is WPF or windows. Instead of Navigating the business object, try setting the SelectedIndex of the grid.
Me.grdBuildings.SelectedIndex = Me.grdBuildings.Items.Count - 2;
Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform