Hello,
I've had issues using Telerik for WinForms for a couple of weeks.
I thought I had cured it all last week when I updated my Telerik Control Panel and then updated the suite of controls.
The WinForms app I am working on will not allow me to add any Telerik controls to any Telerik form.
I tried repairing the Telerik WinForms components which didn't work.
I then uninstalled the Telerik WinForms components and re-installed them. Everything appears to install fine but my project will still not allow me to add controls (I can add RadForms though).
Every time I try to add ANY control I get a messagebox saying: "Failed to created component Rad.... The error message follows"....
Why is trying to re-add a reference to Telerik.WinControls.UI every time a new control is placed onto a form?
I am running Windows7 64-Bit - The references in my app are:
Telerik.WinControls
Telerik.WinControls.UI
TelerikCommon
Paths to files are:
C:\Program Files (x86)\Telerik\UI for WinForms Q1 2016\Bin40\Telerik.WinControls.dll
C:\Program Files (x86)\Telerik\UI for WinForms Q1 2016\Bin40\Telerik.WinControls.UI.dll
C:\Program Files (x86)\Telerik\UI for WinForms Q1 2016\Bin40\TelerikCommon.dll
Which are the latest downloads via Telerik Control Panel this afternoon.
Has anyone else experienced this issue? It's holding me up a lot.
Thanks.
hi friends,
I want to print a radchartview with a radgridview in the same document, Can you help me?
Is it possible to start each "grouping" of data on a new page when printing?
I can see simple properties for printing headers at the top of each page, printing the "grouping" column but nothing stands out to perform a page break for each grouping (in my case days of the week).
i need some help in radRichTextEditor1_Keydown
If e.keycode= keys.right Then
then caret goes back two letter
and
ElseIf e.keycode= keys.left Then
then caret goes forward two letter
End If
Hei,
I would like to do some changes to the RichTextEditorRibbonBar's style gallery like changing the "Normal" style and adding/deleting new/existing styles.
How can I do it programmatically?
Thanks.
How to implement two MultiColumnCombobox Columns in a gridview as the second combo datasource is based on the first combo value .
When I tried this, the values of the second combocolumn is lost except for the current row
Thanks
I am fairly new to Telerik winforms. I have this issue that I have no idea how to troubleshoot. Can someone help please?
I made two base user controls that one contains a RadLabel and MaskedTextBox, and another contains Raddropdownlist and RadLabel. And then I put these two base user controls to third user control. Now I want to change the textbox background color of MaskedTextBox and RadDropDownList inside the third user control, when the third control is loaded.
Inside the ThirdControl_Load function, I can use the following code to change the background color of RadDropDownList:
radDropdownlist1.radDropDownList.DropDownListElement.EditableElement.BackColor = Color.Red;
However, I can not do the same thing to MaskedTextBox. There is no such an option for me to get to the MaskedTextBox elements. Basically, after I type
maskedTextBox1.