or
this
.grid.SortingSettings.SortedBackColor = Color.Empty;
Hello,
I am trying to get the unit tests that are created using Telerik Testing Framework to run automatically on our build machine. When the tests run I get the following error message.
System.NullReferenceException : Object reference not set to an instance of an object.]]>
at ArtOfTest.WebAii.Core.Manager.SetupDialogMonitoring() at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle, String arguments) at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect) at CFCAWeb.SC.Testing.SponsorsOnlineWeb_AccountHome.MySponsorships_TestBreadCrumb() in C:\Inetpub\wwwroot\CFCABeta\CFCAWeb.SC.Testing\Views\SponsorsOnlineWeb_AccountHome.cs:line 98]]>
<
telerik:RadNumericTextBox
ID
=
"quantityTextBox"
Runat
=
"server"
MaxLength
=
"4"
MaxValue
=
"9999"
MinValue
=
"1"
Text='<%# Bind("Quantity") %>' Width="60px"
OnTextChanged="quantityTextBox_TextChanged" AutoPostBack="True"
/>