Telerik Forums
UI for WinForms Forum
5 answers
117 views

Hello Telerik,

When I set the value of a RadTimePicker with a DateTime which is not on the current day, it is not possible to edit the time with the control anymore ?

I'm using the last release (2017.3.912.40).

Dimitar
Telerik team
 answered on 28 Sep 2017
3 answers
134 views

Hi,

 

I'm using a RadApplicationMenu in my project at the moment, and it's working great with the theme applied. However, I've been asked if there's any way to make the dropdown activate when you mouseover it, rather than when you click it. Obviously I can write a mouseover event for it, but I don't know if it's possible to trigger the menu from this event?

 

Any help you could provide would be appreciated.

 

Thanks,

 

-Alexis

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Sep 2017
3 answers
195 views

Hi,

 

I'm using "RadControls for WinForms Q3 2011 SP1" internal build "2011.3.11.1219".I would like to fix appointment width. Our customer created the appointment for one resource. The problem is they do not know exactly schedule time for this resource, so they select one date and time is same (09:00am to 10:00 am). They can't see anything on scheduler when they want to assign the correct date. So i want to set fix width on each appointment. How may i set the width for each appointment.

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Sep 2017
1 answer
259 views

Hello,

I want to put a clickable image in GridView cell, that button should have a button click event attached to it and i want to get that cell value in click event.

And i not only want a image in cell but also text from datasource,

 

Dimitar
Telerik team
 answered on 28 Sep 2017
1 answer
92 views

HI
I am a binding a datatable to a gridview.  4 columns are  bit, while displaying the gridview it shows the checkbox,  when I try to click the check box, showing the error setValue. 
Please help me how to set the checkbox values true or false and I hv to save into the database
Table.

I am a Programmer I need this Immediately, Please Reply As soon as Possible

Thank u

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Sep 2017
4 answers
176 views

I have a RadTreeView with a blue background and white text.  This is problematic with the default bright yellow highlight colors, which I want to keep.  So in I change the color of my elements to Black if the element is selected:

 

        private void radTreeView1_NodeFormatting(object sender, TreeNodeFormattingEventArgs e)
        {
            // The text we want to change the color of is actually a text element inside a layout element within the
            // content of the node, so we need to parse down and find it

            StackLayoutElement layout = e.NodeElement.ContentElement.Children[0] as StackLayoutElement;
            LightVisualElement element = layout.Children[1] as LightVisualElement;

            if (e.Node.Selected)
                element.ForeColor = Color.Black;
            else
                element.ResetValue(LightVisualElement.ForeColorProperty, ValueResetFlags.Local);
        }

 

That works great.  The only problem is I need it to black when it's hot-tracking as well, and I don't know how to tell if a node is currently highlighted from being .

 

How can I tell if the node his highlighted (hot tracking) but not actually selected?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Sep 2017
3 answers
59 views

hello

when i add shape to my diagram i can see in design but diagrams datasource doesnt update and when copy shape again i can see previous shape in datasource .

I want to update datasource when I add Item.

Please Help me.

nafiseh
Top achievements
Rank 1
 answered on 27 Sep 2017
3 answers
220 views

Hi,

what I'm looking for is the possibility to inherit from an application common form, of type RadForm, in wich I've placed some common controls, as RadSplitContainer and so on. 

The only way to achieve this seems to be create another proejct in solution, of type of WinForms, then convert it as Code Library, creating my generic RadForm in it. So, I can add reference to this solution's project from my main UI project, add a inheriting form and pickup the inheritance from my other DLL. Also in this manner, but this seems to be a problem of VS (2015 Enterprise) I can't get the form to inherit until I manually browse the DLL of my other project, into the BIN\DEBUG folder, also if the project is included in the solution. Very strange...

 

But, anyway, if I don't create separate project with my common form, I'm unable to inherit from it if is included in the main UI project. Really, I can inherit, manually changing che myForm : BaseTelerikForm inheritance on the code. But, doing this, in designer view I can't see anything in the derived form, but really I've many controls in base RadForm. I've tryed to change the Modifier for each controls, I've checked references to Telerik.WinControls.dll, Telerik.WinControls.UI.dll and Telerik.WinControls.UI.Design.dll how to mentioned in another post without having any change.

 

Why is so difficult inherit from a standard base Telerik RadForm and what 'm doing wrong?

 

Thanks so much and sorry for my bad english!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Sep 2017
1 answer
114 views

Hi

I have a datatable with id and 4 columns, I am using RadMultiComboBox and 
RadMutliColumnComboBoxSelectionExtender,  My display member is one of the column in the datatable.
I want the display value member is showed in the combobox,  I want the Ids should be tokenised as a string. 

Please help me how to do this? Earliest reply is good.

Hristo
Telerik team
 answered on 27 Sep 2017
1 answer
193 views

HI
I am a binding a datatable to a gridview.  4 columns are  bit, while displaying the gridview it shows the checkbox,  when I try to click the check box, showing the error setValue. 
Please help me how to set the checkbox values true or false and I hv to save into the database
Table.

Regards

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Sep 2017
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?