Telerik Forums
UI for WinForms Forum
3 answers
208 views

Hi

I'd like to add custom rows that have a single button on them. I've managed to get a custom row with a button showing instead of the new row as per your documentation, but I'd like to get it showing elsewhere. My grid is not data bound - I'm programatically adding rows to it and I'd like to programatically add the custom row at certain positions. My grid includes a single level of grouping, so I'd need to be able to add the row to a specified group. I'd also like to be able to use different button text in some cases and to pass the button click event up to the form that the grid is on. How do I do this?

Thanks

Dimitar
Telerik team
 answered on 22 Dec 2016
3 answers
285 views

Hi,

I was wondering if there is a way to use tooltips on a line series instead of a trackball. For example if i clicked on a certain line series in a multiline series chart, the information for that point of the line series would be displayed to the user? 

Thank you.

Dimitar
Telerik team
 answered on 22 Dec 2016
7 answers
2.5K+ views

I've got a few RadDateTimePickers which are all bound to various data sources. Some of them have a null value, some have values, which all display fine - however the issue I am having is that when you click the field to select a date, the default date that is selected is from when I added the control to the form.

 

This should be today's date, however the value of the field should remain null until the user has clicked a date. They do need to be able to select a date in the past/future though as well.

 

I'm using the latest version of Telerik UI for WinForms on a VB.net project.

 

Any help would be much appreciated.

 

Thanks, Shane

Hristo
Telerik team
 answered on 22 Dec 2016
6 answers
563 views
Hi, basically I want to simulate the Shift + click to sort multiple columns. For example, if the user click on Column A to do an ascending sort, I want to also sort Column B ascending.
I added the sort descriptors in the designer and it works on startup, but as soon I click on Column A or B, the original sort descriptors are lost.
Any suggestions?

Thanks,
Andy
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Dec 2016
1 answer
102 views

How to make it to catch ChartViewSelectedChanged event? Seems to work for other chart types such as cartesian or pie..

public Form1()
{
    InitializeComponent();
 
    radChartView1.Controllers.Add(new ChartSelectionController());
    radChartView1.SelectionMode = ChartSelectionMode.MultipleDataPoints;
    radChartView1.SelectedPointChanged += new ChartViewSelectedChangedEventHandler(OnChartSelectedPointChanged);
}
 
private void OnChartSelectedPointChanged(object sender, ChartViewSelectedPointChangedEventArgs e)
{
    PolarDataPoint pt = e.NewSelectedPoint as PolarDataPoint;
    if (pt == null) return;
    System.Diagnostics.Debug.WriteLine(" angle = " + pt.Angle + " value = " + pt.Value);
}
Dimitar
Telerik team
 answered on 21 Dec 2016
12 answers
498 views
With the previous editor - this code set the backcolor of the editor to white:
radRichTextEditor1.BackColor = System.Drawing.Color.White

But it doesn't seem to work in this new editor... is there different code required for the new editor?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 21 Dec 2016
1 answer
823 views

Hello,

my goal is to print a PDF-File directly to a printer without showing the print preview.

 

This is what I tried:

 

rpd = new RadPrintDocument();

rpd.PrinterSettings.PrinterName = "printer";

rViewer = new RadPdfViewer();
rViewer.LoadDocument(sFileName);                
rViewer.DocumentLoaded += rViewer_DocumentLoaded;       

 

static void rViewer_DocumentLoaded(object sender, EventArgs e)

{
    //rViewer.PrintPreview(rpd);
      rViewer.Print(false, rpd);

}

 

When I send it directly to the printer ( rViewer.Print(false, rpd); ) it always prints it in portrait-format.

When I use rViewer.PrintPreview(rpd); and then press the Print-Button, it works. 

 

Does anybody have an idea? Thank you!

 

 

Hristo
Telerik team
 answered on 20 Dec 2016
5 answers
2.9K+ views
I am using Win7 system and latest build of Telerik package (2011.3 11.1116 - Nov 16, 2011).

I've made two similiar forms - using ordinary WinForm components (see f-100.png attached) and Telerik form (see t-100.png). No one Telerik theme was used.

When I change text size to 125% - these forms look like that:

a) Ordinary WinForm's form looks fine as expected - see f-125.png.

b) But Telerik form has different behavior (see t-125.png):

  • GroupBox with anchored position comes out of border (groupbox with dock position has appropriate size).
  • Treeview with anchored position do not resized at all (treeview with dock position has appropriate size).
  • Buttons and textbox do not resized (to reflect change of text size) and their anchor position do not work.

I presume that other controls also have problems with anchoring position and resizing.

Note that Telerik form painted fine if we use 150% for changing text size (see t-150.png). Only 125% has that bug (actually, there are some interval from 120% to 135%, something like that).

Should I change something in code to prevent this (I mean, using dock position is not applicable all the time)?
Hristo
Telerik team
 answered on 19 Dec 2016
2 answers
139 views

Hello Telerik Community,

Does anybody know a way to add a tooltip to the column chooser? I know it is not a matter of life or death, but, in one of my projects i condensed a little bit some column header names, and now, when they are on the column chooser nobody, including me, is able to deduce which is the column content :( .

Would be possible to get some reference to the column chooser and add a tooltip to each column?

Best Regards

Andrea

Andrea
Top achievements
Rank 1
 answered on 19 Dec 2016
1 answer
92 views

Hello everybody!

Is it possible to display a summary item just as a task item?

I want to have a hierarchy of task all looking the same.

 

Thanks,

Hristo
Telerik team
 answered on 19 Dec 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)
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?