Telerik Forums
UI for WinForms Forum
5 answers
273 views
How can I scroll a appointment into view?

I can set focus to it, but when it's not in view, i can't seem to scroll to it. This is my code:
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

When commenting the 'scrollintoview-line' the code works and the selected appointment does get focus, but out of view...
I obviously overlook something here.

Kind Regards,
Raoul
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Nov 2018
6 answers
188 views

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

 

Hristo
Telerik team
 answered on 27 Nov 2018
1 answer
638 views
I'm unable to set the $ currency symbol as well as decimal places for radspinEditor, Please check image and do the needful.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Nov 2018
2 answers
105 views

How could I display multi-line (i.e. the text has a carriage return in it).

 

Thanks in advance.

James
Top achievements
Rank 1
Veteran
 answered on 26 Nov 2018
4 answers
178 views

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:

  • Dialog is not sizable (should be higher by default) so you have to scroll inside the property grid every time
  • No option to clear/delete all entries
  • No option to copy a entry

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

 

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Nov 2018
3 answers
278 views

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

Tanya
Telerik team
 answered on 26 Nov 2018
24 answers
1.2K+ views
Hello,

Im trying to create a tree view where each node has several columns like First name, Last name, email. However I would like them to be displayed like columns and share the size.

Is this possible ?


Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Nov 2018
9 answers
300 views

Hi,

I'm having some troubles to achieve the multiselect behavior I want in an hierarchical grid
The behavior I want:
  • When a parent row is selected, all the child rows get selected automatically
  • When at least 1 child row is selected, the parent row gets selected automatically
  • When I 'ctrl-click' on a selected child row, the row gets deselected
  • When a parent row gets deselected, all the child rows get deselected automatically

I tried implementing this behavior using the "SelectionChanged" and "CurrentRowChanged" events, but did not succeed.

Even without programmatically setting the "IsSelected" status of rows, it seems that the grid has problems remembering the "IsSelected" status of child rows. For example, when I select 3 of 5 child rows of a certain parent row and then select another parent row, 1 of the 3 selected rows get deselected. I should expect all the child rows to get deselected or all the child rows to stay selected.

Can you show me how I can achieve the wanted behavior?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Nov 2018
3 answers
120 views
In RadDatetimepicker, need an editable option for all DD/MM/YYYY without clicking any arrow keys. Eg: If I’m once I enter the date it should automatically move to the month and year.
Hristo
Telerik team
 answered on 26 Nov 2018
3 answers
143 views
Hi,

I have been evaluating trhe Q2 - 2010 Winforms controls.

So far everything has been working well.

But, I do not see any documentation - tutorial on the website for the RadListControl.  The included help file does not have any info.
I believe it needs some work in getting it up to date.


From the demo, it seems like a pretty powerful list control, but I could not find any documentation on it.

I want to bind the control to a database and each item in the list needs to show me a two or more fields from my (data) table.

ie.
RadListControl should display something as follows

RECORD1
SURNAME1
NAME1
-----------------------------------
RECORD2
SURNAME2
NAME2
----------------------------------
RECORD3
SURNAME3
NAME3
---------------------------------

And so forth.
I also need to format each line  - eg line 1 of every record bold.  Line 2 - Smaller font, etc.

Is this possible? Is there any place you can point me to find more info/documentation on this control?




Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Nov 2018
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?