How select text/value in SpinEditor?
If set focus is object (method Enter) value SpinEditor select all
How to do it?
Hi, I was wondering if it was possible for a DescriptionTextListDataItem to have children in a dropdownlist control?
See on video DropDownList
I have the attached so far
Hi~~
I want use the theme and change the backcolor of timelineitem in TimelineItemFormatting
protected override void OnShown(EventArgs e)
{
ThemeResolutionService.LoadPackageFile("CustomTheme.tssp");
ganttview.ThemeName = "CustomTheme";
// I Use CustomTheme after not change timeline backcolor
}
private void ganttView_TimelineItemFormatting(object sender, GanttViewTimelineItemFormattingEvent Args e)
{
foreach(LightVisualElement element in e.ItemElement.BottomElement.Children)
{
if(holidayList.Contain(element .Start))
{
// not chage color
// why?
element.BackColor = Color.Red;
element.BackColor2 = Color.Red;
element.BackColor3 = Color.Red;
element.BackColor4 = Color.Red;
}
}
Private
Sub
FocusAppointment(afspraak
As
Agenda)
Dim
app
As
Appointment = RadScheduler1.Appointments.FirstOrDefault(
Function
(c) c.UniqueId.KeyValue.Equals(afspraak.AgendaID))
If
app IsNot
Nothing
Then
For
Each
appElement
As
AppointmentElement
In
SchedulerUIHelper.GetAppointmentElements(RadScheduler1)
Dim
evnt
As
IEvent = appElement.Appointment
If
evnt.UniqueId.KeyValue = afspraak.AgendaID
Then
RadScheduler1.FocusedElement = appElement
RadScheduler1.ScrollControlIntoView(appElement)
'<- Telerik.WinControls.UI.AppointmentElement' cannot be converted to 'System.Windows.Forms.Control
End
If
Next
End
If
End
Sub
Hello, we are currently in a final stage of our CRM development, and are using the control by importing a .docx file. Our problem now is we can't seem to make the content of the control reponsive. It works fine on the resolution our resolution, but when we go lower than that, it will look like the attached file.
Any solution to make the conrol work with lower resolutions too?
Thanks in advance
How could I display multi-line (i.e. the text has a carriage return in it).
Thanks in advance.
Hi,
is there any way to access the the color dialog which is created from within the conditional formatting forms property grid?
the main problem ist, by default the color has alpha 0, so when the user selects a color from the colorwheel the alpha always stays at 0 and has be changed manually (99% of the normal users don't even know what the alpha channel is)
Also there is no way to hide certain tabs or make the "Basic" tab the default one.
It would be nice if the conditional formatting form was more accessible from code, also it lacks some features:
I'd make my own formatting dialog it there was an easy way to override the default behaviour! Or is there an easy way?
Kind Regards,
Christian
hello telerik!
i have a rich text editor in my application, (the user fill text and it save in database),
I want that the default direction will be right to left - align to right
but it comeback all the time to left,
Additionally, when i load text to rich text editor is also align to left
How can i do that?
thanks
gita, sharedocs