Hello,
I have application - ss in the file - text editor;
Writes text on one page "1" and when it reaches the designated "red" then the text goes to the second texteditor "2".
How to do it?
Please, help me! Please

Hi,
For some strange reason in my application the popup of RadMenuItem gets very big (see the attached picture). I have made a sample project and in a new one i can not reproduce the unexpected behaviour. So i want to do some work-arounds and control the popup size on the opening event (MouseHoover). So far i have tried this :
this.menuItem.MouseHover += (sender, args) => {this.menuItem.DropDown.PopupElement.MaxSize = new Size(100, 100);this.menuItem.DropDown.PopupElement.Size = new Size(100, 100);};However this results in some even more weird behaviour - the popup splits into two areas - you can see this in the attached picture (green area and blue area). I am quite certain that the blue area is represented as "menuItem.DropDown.PopupElement". The question is - what is called the green area? How can I control the size of that ?
Thank you very much!

Hi
Several time i have been deleted telerik .dll's and add them again but there is this error yet:
"SeverityCodeDescriptionProjectFileLineSuppression State
ErrorCS0012The type 'RadItem' is defined in an assembly that is not referenced. You must add a reference to assembly 'Telerik.WinControls, Version=2017.2.502.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e'.Clinic AppE:\4-Clinic App V1.5\Clinic App\Clinic App\Form_Settings.Designer.cs528Active"

hi.
I have to use WinForms UI 2017.2.613 with os 10. with date time picker control I can't see years model selection when clicking in control header and just show current year month selection. in attached image 01 you can see what control show to me and in image 02 you can see what selection I need.

I am trialing RadDesktopAlert for a new system I am developing, and considering purchasing radcontrol for WinForms. I have used RadControls for the web before.
I have created a RadDesktopAlert and it appears to work quit well. I create the RadDesktopAlert in code and added 2 buttons behind it. I can run code from those buttons without any issues. However I need to pass an ID into the RadDesktopAlert , that I can access when pressing these buttons.
Is there a way I can pass a variable, does as a unique string into the RadDesktopAlert that I can read when pressing one of these buttons?
Many Thanks
private void rbeRequest_Click(object sender, EventArgs e)
{
Console.WriteLine("code test here");
// I need to get a value specific to the rad alert here.
}
// create the RadDesktopAlert
RadDesktopAlert radDA = new RadDesktopAlert();
//declare the buttons.
RadButtonElement rbeRequest = new RadButtonElement();
RadButtonElement rbeAdministrator = new RadButtonElement();
rbeRequest.Name = "test1";
//assign code to each button that runs.
rbeRequest.Click += rbeRequest_Click;
rbeAdministrator.Click += rbeAdministrator_Click;
//set padding around the buttons to make them a little bigger.
rbeAdministrator.Padding = new System.Windows.Forms.Padding(5);
rbeRequest.Padding = new System.Windows.Forms.Padding(5);
//apply a lable to the buttons
rbeAdministrator.Text = "My Administrator is Present";
rbeRequest.Text = "Request Permission";
//add the buttons to the DesktopAlert component.
radDA.ButtonItems.AddRange(new Telerik.WinControls.RadItem[] {
rbeRequest,
rbeAdministrator});
}
//apply text.
radDA.CaptionText = "caption text goes here";
radDA.ContentText = "content text goes here" ;
//show the alert.
radDA.Show();
}

I have a bound RadGridView which I need to allow row reordering for. I followed the example posted by Dess here: http://www.telerik.com/forums/move-rows-with-the-mouse
And it works perfectly, thank you. I have a question however. When I drag row(s) to another RadGridView, the circle slash icon dissappears which lets the user think they can drag the rows there. They can't however, they're only supposed to drag the rows within the original RadGridView that they're from. Attempting to drag the rows to another RadGridView should show the circle slash icon indicating it's not allowed. Can the example be modified to address this? I'm guessing there's something I might change with e.CanDrop but I'm not sure how to go about this. Thank you.
hello ,
i need create chart Likely attached file on telerik chart win form , please help me ....
thanks.
