Hi all,
I have an issue. I am working on a C# WinForm with Telerik extension. The issue is that when I drag and drop a UI control to the WinForm, the controls do not appear on the form. Instead, the name of the control appears under the form as you can see in the attached photo. I think there is a mismatch of Telerik versions the one installed on my Visual Studio is different to the one previously used on the project. Any suggestions?
Thanks in advance.
How do I control the Font Size (and the Font in general) of the Tab Name? Not the content Font.
Hi Team,
Can we have a sample application to build RadTreeView with MVVM pattern in winforms application with basic CRUD operations.
Hello,
What is the best strategy so that the controls are not distorted on screen scales at 100%, 200%?
In 100% scale if it looks good. On scale 150% wrong!
I attach images. Please rename SEND.png as SEND.RAR
Best regarsds
Hi,
I'm trying to adapt this fantastic user control to display a peculiar syntax that we use to let our clients write "code-like" functions.
But I'm facing a problem. Our syntax contains symbols like this:
!IF, !ELSE, !OR, !WHEN and so on.
I discovered that symbols are not considered part of a word in TryGetClassificationType().
I tried a userControl that works with regex and I achieve what I wanted, but telerik comes with styles, Localization, and I'd really love to use RadSyntaxEditor.
Thanks in advance for all the help you provide.
Hi,
I'm using the latest Telerik assemblies (2019.2.508.40) and when I utilize the new RadOpenFileDialog it doesn't seem to capture the theme on the form (when executing ShowDialog()). It opens with the normal RadForm look (blue). My theme set on the form is Fluent. I checked the properties on the RadOpenFileDialog, but am not seeing a ThemeName property.
RadOpenFileDialog openFileDialog = new RadOpenFileDialog();
DialogResult result = openFileDialog.ShowDialog();
i create DataTable and set to RadListView Datasource
DataTable x = -----------;
radlistview1.datasource = x;
radlistview1.DisplayMember = "Item";
radlistview1.ValueMember = "ID";
how can i add image in ListView (IconeView)
(images addresses in datatable - img column)
please help