Telerik Forums
UI for WinForms Forum
14 answers
171 views
Hi,

Is it possible that if user click the hyperlink a form will be open?
Thanks.
VLADISLAV
Top achievements
Rank 1
 answered on 12 Nov 2015
1 answer
101 views

Hello, is it possible to modify the calculator?

For example, I only want to have a num pad without memory and calculation buttons.

At the moment, I only can disable or hide the buttons. But that is not very nice.

 

Thanks for your help!

Dimitar
Telerik team
 answered on 12 Nov 2015
2 answers
126 views

Hi Telerik,

 I use the RowFormatting Event to change the bordel color of the parentrow when childrows are expanded, here's my code :

 

private void GridEmployeRenard_RowFormatting(object sender, Telerik.WinControls.UI.RowFormattingEventArgs e)
       {
           if (e.RowElement.RowInfo.IsExpanded)
           {
               e.RowElement.BorderColor = RowExpandedColor; // RowExpandedColor is set above in the code
           }
           else
           {
               e.RowElement.ResetValue(Telerik.WinControls.UI.LightVisualElement.BorderColorProperty, ValueResetFlags.Local);
           }
       }

However when the row losts focus, the bordercolor is reset.
I need the rowBorderColor keeps the RowExpandedColor value until the row is collapsed by the user.

Any idea to do that please ?

 

Regards.

christian
Top achievements
Rank 1
 answered on 12 Nov 2015
2 answers
798 views

The documentation says multi-select is possible, even gives examples here: http://www.telerik.com/help/winforms/dropdown-and-listcontrol-dropdownlist-selection.html

 I am using version 2015.3.1104.40 version of Telerik.WinControls for WinForms (I recently upgraded to the latest version).

I don't see this property anywhere under drop down list, nor does it come up in intellisense.

Stefan
Telerik team
 answered on 12 Nov 2015
3 answers
138 views

Since the latest Update (Nov 2015) I run in all my implementations for LOD (RadTreeView) into an endless loop (stack overflow exception).

I've checked my implementation and even if I return immediately in the NodesNeeded event method - the exception is thrown.

It seems to me, that this update is buggy ... Can anybody confirm this observation or is there a problem on my side?

My implementation is very simple

LazyLoad=false

NodesNeeded += (o, e)=>{return;};

Any help is appreciated.

 

Thanks

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 11 Nov 2015
7 answers
369 views

Hello,

We are using Telerik WinForms UI suite which includes following versions: 2014.3.1202.20, 2014.3.1202.40, 2014.3.1202.45

 I am interested if there is a way with Diagramming framework to create UML diagramming shapes - tables connected field-to-field, something similar to TableShape example you have for the WPF demo (attached image)

 

If there is a way to achieve this, could you please provide a small code example showing how to create table shape with some fields and connect tables?

 

Kind regards,

Bojan

Dimitar
Telerik team
 answered on 11 Nov 2015
1 answer
83 views

Hi, 

I've made a RadGridView with hierarchy based on a list of Objects.

All works on 1st level in read/write but when i edit a value in my sub-gridview, object value is not updated :/

Here is the relation code :

Dim relation As New GridViewRelation(rgvDeliberations.MasterTemplate)
relation.ChildTemplate = template
relation.ParentColumnNames.Add("Titre")
relation.ChildColumnNames.Add("Titre")
rgvDeliberations.Relations.Add(relation)

Do you  have an idea pls ?

Best Regards

 

 

Hristo
Telerik team
 answered on 11 Nov 2015
7 answers
194 views

I am working on the timeline of the Schedule control of UI for WinForms. My purpose is to show maximum number of resources and all of their appointments so that we do not need to scroll to see appointments of a resource.
In order to do that, I must have the information like shown in the screen shot attached. That is the number of appointment line inside each resource. Do we have this information somewhere inside the control? Or I must calculate it myself. What information can I base on in order to calculate that in both of the case radScheduler1.EnableExactTimeRendering is true or false?.

Do we have a method that can get the relative position of an AppointmentElement inside a resource in case grouping by resource?

Thanks.

Hristo
Telerik team
 answered on 10 Nov 2015
3 answers
146 views

Using winforms scheduler and would like to get the listing of occurrences from the rrule.

                Dim hrly As Telerik.WinControls.UI.HourlyRecurrenceRule = Me.Appointment.RecurrenceRule

The webforms version has an occurrences property, but not the winforms version. I wold like to do something like this.

  For Each occurrence As DateTime In hrly.Occurrences

Console.WriteLine("" & Chr(9) & "{0}", occurrence)

Next

Any ideas

Later

Art.

 
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 Nov 2015
7 answers
589 views
Is there a way to have a radButton only display as an image? I have an image that i would like to use as a button alone, but I can't seem to get the radButton borders to go away and the radButton background color to become transparent. 

Help?

Hristo
Telerik team
 answered on 10 Nov 2015
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
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
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?