Telerik Forums
UI for WinForms Forum
3 answers
206 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
268 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
105 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
184 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
67 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
227 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
120 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
201 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
3 answers
211 views

hi,

I am working with gridview now. I have one columncheckbox on the gridview, and on the header i have checkbox to select all. i want when i tab into gridview the checkbox all will be focus for user can select all without mouse.

https://www.screencast.com/t/bLgGMCd50q

Dimitar
Telerik team
 answered on 27 Sep 2017
1 answer
153 views
Hi, I'm using a radschedulerNavigator in associated with radscheduler.My Scheduler 's Culture info set ''fa'', working well But the navigator 's date label shows Gregorian Calendar. What Can I do???
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
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
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?