Hi All,
I have any interesting set of requirements that I have implemented. However, if one User has multiple tabs/windows of the RadGrid open ViewState errors, such as the one below, can occur. Is there any way to place them in a try-catch of sorts so that the entire page doesn't error out?
Thanks,
Mark
I have any interesting set of requirements that I have implemented. However, if one User has multiple tabs/windows of the RadGrid open ViewState errors, such as the one below, can occur. Is there any way to place them in a try-catch of sorts so that the entire page doesn't error out?
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.Collections.ArrayList.get_Item(Int32 index) +10067188
Telerik.Web.UI.GridColumnCollection.System.Web.UI.IStateManager.SaveViewState() +208
Telerik.Web.UI.GridTableView.GetStructureState() +114
Telerik.Web.UI.RadGrid.SaveTableViewStructure(ArrayList stateList, GridTableView tableView) +47
Telerik.Web.UI.RadGrid.SaveViewState() +74
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +80
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +404
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3770
Thanks,
Mark