detecting (in code) compass highlighting (VisualCue appearence)
Hello, The provided sample project from the code library that you mentioned currently has known issues which are mentioned in the thread's comments. We are aware of the those limitations and have added...
View ArticleGeocoding
Has anyone got any advice on the best way to get Lat and Long from a postcode? It needs to be embedded into a commercial application so I understand we may have to pay for a license from Google, Bing ,...
View ArticleRadDataGridview lose position when edit item
Hi There, I am having problem on radgridview. When I tried to edit a record on runtime ithe edited recorod goes up or down. I checked on telerik demo applicaiton which is on windows app store. it is...
View ArticleBest Metrics API for AppBuilder Apps?
Hi Jeff, Actually, Telerik Platform also offers such service—Telerik Analytics. It offers tracking application metrics, storing them in the cloud, and visualizing them with rich graphics. Telerik...
View ArticleBar chart width problems following kendo 2015.1.429 update
Hi Ron,In order to achieve the expected result you could set the valueAxis.narrowRange option to false. For your convenience here is the updated example. Regards, Iliana Nikolova Telerik Join us on our...
View ArticleTimeOut between steps
Hi Alex, There's an easier way. Put your test, or tests, into a test list. Then set the Execution Delay in the test list settings (see attached screen shot) to whatever delay you want in between each...
View ArticleDataValueField does exist ?
READ THIS SOLUTIONNone of the above suggested solutions is helpful at all honestly. Even looping through the dataSource looking for a match can be bad, because its possible you have two different...
View ArticleRadCombox ItemSelected changed to Null When exiting View
I have multiple RadComboBox Inside a RadGridView. When I open the application, the data is loaded into all the ComboBox. However, when I get out of the view, the first ComboBox's itemselected is set to...
View ArticleRadMenu.ItemContainerStyle set in code fails
Solved + more details:1. I am using implicit themes and the noxml assemblies2. The Application merged dictionaries are cleared and loaded from one of the resource assemblies in UI for WPF Q1 20153....
View ArticleCan I change margins when printing from the ImageEditor?
Hello, When I load an image in the editor control and then click print the image is not printed in the top left corner fully. It seems there is a large margin on top and left. I have tried to look up...
View ArticleFormatting GridView Columns for WinForms
Hello people. I want to remove the hour in my date column.I prove these three sentences but I don't work. Private Sub Form5_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load Dim...
View ArticleFormatting GridView Columns for WinForms
Hello people I want to remove the hour of my date column. I just have proved these three sentences but It don't work 'dgvCanDev.Columns("Fecha de Cancelación o Devolución").FormatString = "{0:dddd, MMM...
View ArticleDateTime format on grid cells "/Date(******)/"
Hi Alexander, my viewmodelpublic class SecondLevelLocationViewModel { public string CampanyCode { get; set; } [Display(Name="LocLevel1 Code")] [Required]...
View ArticleDateTime format on grid cells "/Date(******)/"
my view modelpublic class SecondLevelLocationViewModel { public string CampanyCode { get; set; } [Display(Name="LocLevel1 Code")] [Required] public...
View ArticleDateTime format on grid cells "/Date(******)/"
Y i am seeing this error.? please help me
View ArticleTabstrib hang after output long string data to text box
i have a tabstrib with 3 tab working fine until error occur on tab3 with RadPageView3 , inside the pageview has a textbox to display the output stringafter the output display , the tabstrib hang, cant...
View ArticleScroll to datapoint in graph
Hi,I want to scroll the TKChart xaxis data points. Data points are changing on the basis of current time. I want to enable the scroll to see the previously plotted data points as well as currently...
View Articlehtml helper in OptionLabel
Hello, What I am trying to achieve is add a placeholder in a dropdownlist that will display the binded model's property. When trying to use DisplayTextFor in the OptionLabel, I get "undefined" first...
View ArticleFormatting GridView Columns for WinForms
Hello The solution is tabla3.Columns("Fecha de Cancelación o Devolución").DataType = GetType(Date) 'Convierte la columna a tipo fecha dgvCanDev.Columns("Fecha de Cancelación o...
View Article