Reusing test steps in multiple tests
Maybe I should give a better example. When our sites are taken down for maintenance and then brought back up, they take awhile to spin up. With that being said, my tests fail because the webpage...
View ArticleRadGridView: Changing Sort in SortChanging re-fires SortChanging
I found a solution. I disabled column sorting, and used the CellClick event as follows: private void radGridView1_CellClick(object sender, GridViewCellEventArgs e){ if (e.Row is...
View ArticleIncorrect Date Sorting in Grid (Ascending order only)
Thanks for Your response mate. Yup. You're not alone with that issue. I don't know what's the problem.
View ArticleReusing test steps in multiple tests
Hello Misty, Let me start with a high level explanation how BaseUrl works. Let's say you have 4 testing environments: Development QA Stage Production It's the same application but on 4 different...
View ArticleNo data template
I know that this is a very old post, but I have seen it referenced a few times and ran into it myself as a suggested solution. But I have found an easier method using a BooleanToVisibility converter....
View ArticleAndroid Push Registration Issue, No error
This is the code i am using to register, i cannot edit, so sorry for the 3 posts01.document.addEventListener("deviceready", onDeviceReady, false);02. 03.functiononDeviceReady() {04....
View ArticleAndroid Push Registration Issue, No error
The Everlive API is different because I did not mean to post my live key. So I changed it but still I get the same response. The old API, from the first two posts no longer exists. As I said, this...
View ArticleKendo grid automatically converting timezone?
Leon, could you also post the code for your UtcToLocal method?
View ArticleRemove All as a single click button on the toolbar
Clearing the traffic pane is one of the most used actions I take in Fiddler. Is there a way to have a single click button on the toolbar for it (Instead of clicking then selecting from the dropdown)?...
View ArticleReporting Graph Drilldown
thank you naskobut was not able to do animations for chart similar to telerik htmlchart... we currently use radhtmlcharts and trying to test telerik reporting....we need animations/transitions during...
View ArticleRadAsyncupload on WebView
Hello everyone. I'm having a problem with an Android app. The app use a webview control to display and navigate a webpage. On the webpage I have a radasyncupload for uploading images. This woks...
View ArticleKendo UI Grid - Angular SaveChanges
Additionally, It would be very helpful to the community to provide some working example of remote CRUD operations using angular and the kendo observable array. There seems to be a lack of examples...
View ArticleGetting values from textbox in item template
In the ListBox ItemTemplate Demo, a numeric textbox is included to allow users to enter order Quantity. No problem creating a similar item template. No problem passing item.Value to SqlParameter and...
View ArticleGetting values from textbox in item template
PS - my item template: <ItemTemplate> <asp:Table runat="server">...
View ArticleParameterMap on read
I found a better answer here: http://www.telerik.com/forums/how-to-have-parametermap-override-but-keep-odata-filters
View ArticleBreak line in cell table
Thanks Stef replay for me. I slove it via custom function and use HtmlTextBox.
View Article"Table head not found in directory" error
I'm getting this error when I try to export to PDF (Scheduler). What I'm missing ?Thank you
View ArticleChanging copied arabic text font in document richtexteditor
Dear MerdjanovThanks for your kind reply Link to the word file http://uploading.com/3ddbfb2e/test-docxAbove is the word file where I'm copying the text what I'm doing is copying the text from this...
View ArticleHow to delete one exception occurence issued from recurrence ?
In fact, i deleted this code from GetAppointments into the provider :if (apt.RecurrenceParentID != null){ apt.RecurrenceState = RecurrenceState.Exception;} Because, for me, this ocurrence...
View Article