We are passing these fields as regular dates from SQL, however telerik is converting them to Date and Time stamp, which we do not want.
Please tell us a way to add 'Date' DataType to a field and not DateTime.
I want Open RadApplicationMenu "Context" in mouse hover.
What should i do ?
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.