Where linking from Help Center of the new WebDataGrid (http://ko.infragistics.com/dotnet/netadvantage/aspnet/webdatagrid.aspx#HelpCenter)
to the documentation page http://help.infragistics.com/NetAdvantage/NET/Current/CLR2.0/?target=WebDataGrid.html I received the following error
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.Source Error:
Line 152: _arParrentNodes.Add(myNodes); Line 153: Line 154: if (myNodes.ParentNode != null) Line 155: { Line 156: _arParrentNodes.Add(myNodes.ParentNode);
[NullReferenceException: Object reference not set to an instance of an object.] TableOfContents.GetParentNodes(String XPathExpression) in e:\websites\help.infragistics.com\wwwroot\TableofContents.aspx.cs:154 TableOfContents.Page_Load(Object sender, EventArgs e) in e:\websites\help.infragistics.com\wwwroot\TableofContents.aspx.cs:68 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Thank you for reporting this bstambaugh, we have fixed this link and now if you visit http://ko.infragistics.com/dotnet/netadvantage/aspnet/webdatagrid.aspx#HelpCenter you should be able to access the appropriate help landing page.