Open a new window in IE and keep session
Hello, Can you send me a small test project in which I can execute the test on my machine to reproduce the problem? I'll have a look and see if I can make it work the way you want it to. Regards, Cody...
View ArticleCustom cloud code is disabled for this type?
whoops. i should have mentioned, we're using Everlive.Http.post commands to our custom webservices. when our webservices are broken (as they commonly are during development) or the server is down,...
View ArticleCSS from Telerik.Web.UI.WebResource.axd is overriding CSS for custom skin
Hi, Robert. We've been considering this for a while -- the ability to set the position within the HEAD element where the stylesheets will be rendered. You can vote on the feature request --...
View ArticleScripts not appearing in the project
Hi Mike, You entered this thread in the forum for the free Telerik Testing Framework, but it sounds like you're talking about Test Studio, a different product. The problem you describe sounds like...
View ArticleDataSource grouping by NSDate
I didn't see a specific section for TKDataSource so I'll just put this here for now. I'm trying to use the TKDataSource to group various items by a date, and the grouping works but it's not filtered in...
View ArticleTesting Images
Hello John, I think we need to update that documentation page that the recording of image verification feature is only available when recording in IE. What browser are you using for recording? Regards,...
View ArticleDynamic Controls, Ajax, and states
I am dynamically creating controls combobox and texbox using:ce = form1.FindControl("cajaDinamico_" + lstDatosComboBoxDinamico[i].sDescripcion.ToLower());...
View ArticleGridViewMultiComboBoxColumn Selection Problem
Hello,I am having trouble with the GridViewMultiComboBoxColumn. I created a custom class inheriting from GridViewMultiComboBoxColumn but only to expose a method for my factory class. It is displaying...
View ArticleRetrieving value of cell on right click
So I know how to return any value using the CurrentRow. Let's say a user has one row selected, and they right-click on a different row, I need to retrieve the value from that row. I've been looking at...
View ArticleAndroid https decryption broken on latest update 4.6.1.0
Hi, Kevin-- More detail would be great. I'm watching traffic from Chrome on my Nexus 7 on Android 5.1.1 as we speak. It would be helpful to understand the following things: 1> Which certificate...
View ArticleIndex out of range when refreshing grids datasource
Hi Erwin,Could try creating a property such aspublic BindingSource Binding { get; protected set; }myRadGridView.DataSource = this.Binding;Set the BindingSource property to DAL.GetNewDataTable() and...
View ArticleIsAllDayEvent usage
What is the purpose of this property?I was under the impression that it might be used to indicate that an event extends across the whole day, that is, from 00:00 to 23:59 (or from the open hour up to...
View ArticleWeek Starts with Monday Instead of Sunday for en-US Culture
In version 2015.3.930, it looks like the calendar.firstDay property is set to 1 (Monday) instead of 0 (Sunday) in the en-US culture definition. This is causing calendar and date picker widgets to...
View ArticleHandshake failure after upgrading to fiddler 4.6.0.2
This thread has been made enough of a mess that it's not really going to be possible to sort through it in a non-confusing way. For anyone with a problem using HTTPS decryption in Fiddler, the...
View ArticleHow to find id of Kendo DropDownList in event handler
Hi Boyan, I already use the code as shown in the previous post. The problem is how to find the id (or Name field) of DropDownList in read.Action.Data, more specifically, in onDropDownBinding(e). We can...
View ArticleError with HTTPS traffic due to certs with Xbox360
Hi, John-- I'm not sure I understand your configuration. Is it [WindowsPC with Fiddler] + [XBOX360]? Or is there another PC involved for some reason? Specifically how did you configure the XBOX360 to...
View ArticleMoving multiple records up/down in Grid while maintaining selections
After an afternoon of playing around on fiddle, I finally came up with a solution that works. Here's a snippet of the code that moves each selected row up one row:01./* move up...
View ArticleRadChart X-Axis don't start from 0
I have a User Control with this RadChart defined in xaml:<telerik:RadChartGrid.Row="1"HorizontalAlignment="Center"Margin="0,0,0,0"VerticalAlignment="Center"Name="radChart" >...
View ArticleKeydown Handler with Invalid Cell
I am using a custom keydown function that works great to get enter to work as a tab in Add mode and to close and move down a row in Update mode (batch editing on the grid). However, I just realized...
View ArticleFormat Data when Exporting To Excel in Xlsx Format
Hi Konstantin,Thanks for the reply, this works perfectly. I implemented slightly differently, but this is definitely the working principle. Because I knew that I had a single column, in which every row...
View Article