
Hello.
I'm trying to create automated tests for RadGridView using TestStack.White, test should click on row. Code:
var searchResults = window.Get<Table>(SearchCriteria.ByAutomationId("searchResults"));
var row = searchResults.Row[0];
searchResults is found, but rows are always empty, even if there are rows on grid.
Also, when I review the form using Visual UI Automation verify (https://msdn.microsoft.com/ru-ru/library/jj160544.aspx), it shows strange information, no automation ids for elements and so on. So, it seems like it is not possible to write automated tests for RadGridView.Is this true, or if not, is there some guidance how to do this?
After the user selects an image file from the browse editor, I'd like to display it in a button, much like the example in the Telerik documentation. I've tried different calls to the button's methods including: Update, Refresh, and Invalidate. Nothing has worked. What am I missing?
1.Private Sub radLogoFile_ValueChanged(sender As Object, e As EventArgs) Handles radLogoFile.ValueChanged2. btnLogoImage.Image = System.Drawing.Image.FromFile(radLogoFile.Value)3. btnLogoImage.Update() 'Invalidate 'Refresh4.End Sub
Hello,
I am using Visual Studio 2015.
I want a fresh project of ListView Checked Listbox (Winform Source)
I know there is a source code :C:\Program Files (x86)\Telerik\UI for WinForms Q2 2016\Examples\RichTextEditor\QuickStart\ListView\CheckedListBox
But i am unable to use it on my winform. It showing errors. I don't know why ?
Anyway can anyone help me to just give me ListView\CheckedListBox project in winform that i can open with Visual Studio and RUN.
Thanks





I am using Telerik RadControls for WinForms Q3 2010 and having an issue with grid control.
scenario: I have a grid control in my main form grid control have 20+ columns (Hidden+ Visible) and i am performing Cell Formatting according to my business logic i am facing a strange behavior which is that at certain time i lost cell formatting (see attached image) randomly also when this happened grid becomes un-responsive and application crashed by clicking grid control.my grid refreshes randomly whenever a new record insert

Hello,
I want to display two differrent chart has same width and interval width
How can i do?
Thank you for your help.
