Hi:
Thanks for your reply. Our Chrome is uptodate and this issue has been occuring since November.
I m not able to replicate this in your demo page either because this error is happening when all these steps are taken:
1- Chrome is Zoomed-in
2- you scroll down the tree to select an item
3- you try to get the selected item (and save it). This step is not possible in demo.
Here is the error stack trace:
Error Message:
Input
string
was not in a correct format.
Exception Type: System.Web.HttpUnhandledException
Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Stack Trace: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.applicant_attcreditstopup_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7f1abafc\b8cd4f32\App_Web_hurk3lhh.12.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Inner Exception Type: System.Exception
Inner Message: 175.2 is not a valid value for Int32.
Inner Stack Trace: at System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFromString(
String
text)
at Infragistics.WebUI.UltraWebNavigator.ClientStateXmlParser.ProcessXmlData(UltraWebTree webTree, XmlNode xmlNode, Object currentObj, Boolean ignoreCase, ArrayList eventList)
at Infragistics.WebUI.UltraWebNavigator.UltraWebTree.ProcessPostData(XmlNode doc)
at Infragistics.WebUI.UltraWebNavigator.UltraWebTree.LoadPostData(
String
postDataKey, NameValueCollection values)
at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Here is a sample code including the component version:
<%@ Register TagPrefix="ignav" Namespace="Infragistics.WebUI.UltraWebNavigator" Assembly="Infragistics2.WebUI.UltraWebNavigator.v8.3" %>
<ignav:ultrawebtree id="wtrv" Cursor="Default" ExpandImage="ig_treePlus2.gif" Indentation="20" WebTreeTarget="ClassicTree"
DefaultItemClass="DefaultItemClass" CheckedNodes="(Collection)" CollapseImage="ig_treeMinus2.gif"
AllowDrag="False" Font-Names="Verdana,Sans-Serif" Font-Size="8pt" BackColor="Transparent" BorderWidth="2px"
BorderStyle="Dotted" BorderColor="WhiteSmoke" Height="300px" Width="320px" runat="server">
<RootNodeStyle></RootNodeStyle>
<NodeStyle Cursor="Default"></NodeStyle>
<NodePaddings Top="2px"></NodePaddings>
<NodeEditStyle Font-Size="9pt" Font-Names="Tahoma,Verdana,Sans-Serif"></NodeEditStyle>
<Padding Top="5px"></Padding>
<Levels>
<ignav:Level Index="0" LevelCheckBoxes="False"></ignav:Level>
<ignav:Level Index="1" LevelCheckBoxes="False"></ignav:Level>
</Levels>
<Styles>
<ignav:Style Cursor="Default" CssClass="DefaultItemClass"></ignav:Style>
<ignav:Style Cursor="Default" CssClass="tqa"></ignav:Style>
</Styles>
</ignav:ultrawebtree>
Please let me know if you need more information.
Thanks!