Telerik Forums
UI for WinForms Forum
6 answers
227 views

How can I display multiple lines of text in a column group header?  I can't see my "Line2" text in the sample below

 

public Form1()
    {
    InitializeComponent();
 
    ColumnGroupsViewDefinition view = new ColumnGroupsViewDefinition();
 
    List<String> cols = new List<string> () {"column2", "column3"};
    view.ColumnGroups.Add (CreateColGroup (cols, "Customer Contact"));
 
    view.ColumnGroups.Add(CreateColGroup(new List<string> (){"DNE", "column1"}, ""));
    this.radGridView1.ViewDefinition = view;
    }
 
private GridViewColumnGroup CreateColGroup (List<string> cols, string  groupName)
    {
    var colGroup = new GridViewColumnGroup(groupName);
    var groupRow = new GridViewColumnGroupRow();
    foreach (var colName in cols)
        {
        if (this.radGridView1.Columns[colName] != null)
            {
            groupRow.Columns.Add (this.radGridView1.Columns[colName]);
            }
        }
 
    foreach (var col in groupRow.Columns)
        {
        col.HeaderText += "\n  Line2";
        }
 
    colGroup.Rows.Add(groupRow);
 
    return colGroup;
    }

Dimitar
Telerik team
 answered on 28 Jan 2016
1 answer
268 views

I am using the Visual Style Builder to make a theme based on the Metro Blue theme that is built-in. I am trying to change the color (currently light blue) that appears as the top border of all RadForms. However, when I go to RadForm->TitleBar->TitleBorder element and change the TopColor and TopShadowColor properties the RadForm Title bar is no longer displayed. I have attached before and after screenshots. I checked and some of the other property values change as a result of changing the TopColor property but I set them back to their previous values but the title bar is no longer displayed.

 Am I missing something?

Hristo
Telerik team
 answered on 27 Jan 2016
1 answer
101 views

Hi,

 I used DayView to display appointment for selected day in RadCalendar. Here are my code:

radScheduler.GetDayView().StartDate = ucPageCalendars.RadCalendar.SelectedDates[0];
radScheduler.GetDayView().DayCount = ucPageCalendars.RadCalendar.SelectedDates.Count;

 

if many days are clicked, I want scheduler have the scrollbar like attached image. There is anyway to do this.

 Looking forward for your answer,

Pham Thanh.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Jan 2016
2 answers
115 views

Hi Telerik team,

What would be the best way to assign a shortcut key to a CollapsiblePanel?

 The down below lines did not work for me!.

RadShortcut shortcut1 = new RadShortcut(Keys.None, Keys.F4);<br>            this.radCollapsiblePanel1.RootElement.Shortcuts.Add(shortcut1);<br>or<br>            this.radCollapsiblePanel1.CollapsiblePanelElement.Shortcuts.Add(shortcut1);<br>


Thanks,
Abbas

Abbas
Top achievements
Rank 1
Iron
 answered on 26 Jan 2016
7 answers
641 views
I am using radgridview from Q1 2008 SP1.
The tab key was working till today afternoon, but now it doesn't work anymore.
The tab key was automatically transferring focus to the next cell for editing, but it has suddenly stopped to behave  like this. Instead now the tab key simply ends the edit process for current cell but does not put the next cell into edit mode.
May be someone has solved this issue.
Any feedback would be greatly appreciated as I am on a very tight project deadline for this.

Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Jan 2016
1 answer
89 views

Hi,

 There is any way to show a whole week on a day view as the attached image?

 Looking forward for your answer,

Pham Thanh.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Jan 2016
3 answers
267 views

Hello,

I am new to Telerik, so maybe there was an answer to this subject, but couldn't find it. So what I need is auto height of autocompletebox. So when new box is set to new line, I want the whole control to change height, up to maximum 4 lines (then vertical scrollbar shoud show up). But also if I delete some of the boxes, the control should lower it's height.

 I tried with

private void VScrollBar_ValueChanged(object sender, EventArgs e)
        {
            this.radAutoCompleteBox1.TextBoxElement.VScrollBar.Value = 0;
            this.radAutoCompleteBox1.Size = new Size(this.radAutoCompleteBox1.Size.Width, this.radAutoCompleteBox1.Size.Height + 10);
        }

but it can only increase height, but cannot decrease height. I also tried to get number of lines, but it is always 0.

Thanks
Ivan

Dimitar
Telerik team
 answered on 26 Jan 2016
4 answers
918 views

Hello,

I have a RadListView with custom VisualItem (see first png) and my goal is to remove the highlight on selected item. Is there a way how to disable this feature in program so I dont have to create new theme?

And second question is about that little X buttons, I want to assign them a theme, but they are not RadButtons, but RadButtonElements and they seems to have no Theme property.


Thank you.

KTK
Top achievements
Rank 1
 answered on 26 Jan 2016
5 answers
199 views

Hello Team Telerik,

I want to ask how can I have a 3D chart. How can I do this?

Is there a property which set the chart in a 3D mode?

Another Problem I have is that I cant add a radLabel to a radGroupBox programatically.

Thanks very much

Kind regards,

Alfonsina

Stefan
Telerik team
 answered on 26 Jan 2016
1 answer
133 views

Hi All.

I am working with Telerik 2012 Q1. I have used a RadDataGridView. I am facing a problem here.

When i am trying to navigate from one cell to another cell, by using Tab Key.  It is not working. But It is navigating using arrow Key.

Please help me, what i am missing here .

I need an immediate help.

 

Thanks

Neel

 

Hristo
Telerik team
 answered on 25 Jan 2016
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
AI Coding Assistant
+? 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?