Telerik Forums
UI for WinForms Forum
1 answer
658 views

I downloaded the current for your App and was trying to install. My system has Visual Studio 2015, 2017 and 2019 installed but when i check for the Visual Studio integration i do not get the option for 2019 as it is grey out. What causes this ? Is there a fix for it or how can i manually install the 2019 extensions ?

I enclosed 2 screenshots which show the Visual Studio Version as well as the Install option for your Telerik UI for WinForms

 

Nikolay Mishev
Telerik team
 answered on 16 Oct 2020
6 answers
741 views

I am applying a consistent theme to my app by doing this ThemeResolutionService.ApplicationThemeName = "Office2013Light";

But, since that happens at run time, my designer still shows a different theme. How can I change the default theme that's being used?

Nadya | Tech Support Engineer
Telerik team
 answered on 16 Oct 2020
6 answers
116 views

Hello,

 I'm using a PivotGrid with nodes from a database. I want to hide some of the fields of the fieldControl and I use this code:

Private Sub RadPivotFieldList1_NodeFormatting(ByVal sender As Object, ByVal e As TreeNodeFormattingEventArgs)
        If e.Node.Text = "IdAnalisis" Then
            e.Node.Visible = False
        End If

The problem is that when it shows the dialog, the IdAnalisis node is still there and when I press the FieldsControl window, then it disappears. I tried to use refresh and invalidate in different parts of the code, but always the same problem. Any solution?

Thank you,

Eduard

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 15 Oct 2020
2 answers
159 views
     I'm using radwebcam.  I am calling the takesnapshot routine to take a snapshot after i've started the cam.  When I call the Takesnapshot routine the SnapshotTaken does not fire.  I cannot save the snapshots because of this.  Please help. 
Mike
Top achievements
Rank 1
 answered on 15 Oct 2020
1 answer
158 views

Hello team,

How to set select/focus borderline in the RadDropDownList?

for example,
 if I press the tab button to focus on the RadButton that I can know the button is focused, but there is no focus borderline in the RadDropDownList. I have attached the image.

Kindly, check and share the fix details for set the focus borderline in RadDropDownList. 

Notes: I'm using C# code.

Thanks.

Nadya | Tech Support Engineer
Telerik team
 answered on 14 Oct 2020
5 answers
139 views
Is there a way to format/specify position of some texts on group rows (collapsed groups) using HTML rendering? In the HTML-like text formatting, does it support style with position settings?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Oct 2020
1 answer
82 views

Hello.

I design a function form as record finder in my Application. I want to use it instead of dropdownlist in a MultiColumnComboBox Column in a radgridview. Is it possible to do that?

 

Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Oct 2020
5 answers
955 views
I am servicing an application I did not write. It was written using Telerik UI for Winforms.  I was asked to add a new checkbox. Easy enough, or so I thought. I went to the toolbox and dragged the radcheckbox from telerik UI over to my form and got an error message.I have attached the entire error. The error is telling me that 'Telerik.WinControls.UI' already exists in the project.

My dev environment is straight forward enough. The application seems to have been written in .NET Framework 4 and I am using Visual Studios 2013. Anybody encounter this problem? What could be the fix?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Oct 2020
3 answers
218 views

I looked at the document here: https://docs.telerik.com/devtools/winforms/controls/scheduler/importing-and-exporting-appointments/export-to-a-custom-file

 

However that's not really the question I have.  How are appointments saved without data binding, to a file? The above example is how to save custom data to a file, but I'm trying to figure out how to save appointments that aren't custom.  I'd like to be able to write them out as JSON or something like that, and allow them to be imported that way as well.

I was able to get the list of events, but when I attempted to serialize them using Newtonsofts JSON, it throws an error. 

The error I get is: 

Newtonsoft.Json.JsonSerializationException: 'Self referencing loop detected for property 'Scheduler' with type 'Telerik.WinControls.UI.RadScheduler'. Path 'CultureInfoProvider.SchedulerInputBehavior'.'

Here is the code I was using to iterate over the appointments and attempt to serialize each appointment:

 

        Dim events As ISchedulerStorage(Of IEvent) = data.GetEventStorage()
        For Each ev As IEvent In events
            Dim jsonEvent As String = JsonConvert.SerializeObject(ev, Formatting.Indented)
        Next

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Oct 2020
3 answers
74 views

Is there an event that fires when the current time hits the appointment time?

Or should I be using the reminders and setting a time of 0?

If that is the case, is it possible to not render the reminder window at all?  

In short, I want to use the scheduler to schedule appointments (events), and have an event fire when they are hit, but not show the reminder window at all. I want to do my own custom logic at that point.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Oct 2020
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
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
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
ProgressBar
CheckedDropDownList
Rotator
TrackBar
MessageBox
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ScrollBar
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
ColorBox
Callout
FilterView
PictureBox
VirtualKeyboard
NavigationView
Accessibility
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
Flyout
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
DateOnlyPicker
TimeOnlyPicker
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?