Telerik Forums
UI for WinForms Forum
1 answer
131 views

Is there a way to keep GridExpanderItems from indenting whenever a group is applied?
Im using a radgridview (WinForms R1 2018) with a SelfReference Relation.

no groups:
    expanderItem.BoundingRectangle = {X = 0 Y = 0 Width = 19 Height = 24}
1 group:
    expanderItem.BoundingRectangle = {X = 19 Y = 0 Width = 19 Height = 24}
2 groups:
    expanderItem.BoundingRectangle = {X = 38 Y = 0 Width = 19 Height = 24}
3 groups:
    expanderItem.BoundingRectangle = {X = 57 Y = 0 Width = 19 Height = 24}

 

Thanks...

Kelly Woodard

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Feb 2018
1 answer
188 views

Hello everyone,

is there any way to put a RadCheckedDropDownList in a RadCommandBar in WinForms?

It seem like I should host it in a CommandBarHostItem, since it appears from the documentation that it could host either a RadElement or a Control, but the designer does not support dragging the control into it (it expects a RadElement no doubt). So I tried adding the dropdown programmatically by setting the HostedControl property of the HostItem, but the drop-down never appears. It there a way to accomplish this task?

thanks

Dimitar
Telerik team
 answered on 27 Feb 2018
1 answer
140 views

Hi, I'm using rad page view and i want to drag and drops.

I found the solution which linked like below.

https://www.telerik.com/forums/dragdrop-between-radpageviews

 

This is a great answer but this can not work like visual studio's page view.

It can send the page data to another page view but it can not be independant.

For example... When we drag our each source code page in visual studio, Then visual studio  will detach it to page view and

we can drag it out of it's original window area (Including pageview area).

Maybe i guess visual studio's page view will create new windows for attach/detach each page to page view.

How should i gonna do with Rad Page VIew? May i have some answer about this?

Dimitar
Telerik team
 answered on 26 Feb 2018
2 answers
511 views

I need to display the DataTable, connected as DataSource to my RadMultiColumnComboBox, without any row or column headers(screenshot attached). 

The code used to connect it to the DataSource is as follows:

            RadMultiColumnComboBox bx = new RadMultiColumnComboBox();
            bx.DataSource = dt.DefaultView;
            bx.DisplayMember = "out_data_col";
            bx.BindingContext = this.BindingContext;

I cannot find any property that can disable these headers. Please advise how to achieve this appearance format.

Utsav
Top achievements
Rank 1
 answered on 26 Feb 2018
0 answers
116 views

Hi sir/Madam

     I am using  two GridView in my  form.In the second Grid  I want access first GridviewMultiComboBox Display member field.It is Possible or not.

Ramachandran
Top achievements
Rank 1
 asked on 24 Feb 2018
0 answers
56 views
I'm using Telerik WinForms VSExtensions 2012.01.215.0. After setting 'Visible' of a node in a treeview, the line is still there. I mean the line ending to the node. What's wrong and what else should I do?
Hamid
Top achievements
Rank 1
 asked on 24 Feb 2018
8 answers
129 views

Hi,

I am trying to use the Expression without the initial use of a RadGridView.

Looked over Expression editor without gridview for the base inheritance.

The event ExpressionEditorFormCreated is never called.

I'm registering the hidden radGridView.ExpressionEditorFormCreated in the constructor of the form.

 

Thanks

 

Code:

public partial class FormulaEditor : RadExpressionEditorForm
{
    private static RadGridView hiddenGrid;
    private static GridViewDataColumn dataColumn;
 
    public FormulaEditor()
        : base(dataColumn)
    {
        InitializeComponent();
 
        hiddenGrid = new RadGridView();
        dataColumn = new GridViewTextBoxColumn();
        hiddenGrid.Columns.Add(dataColumn);
        hiddenGrid.Rows.AddNew();
 
        hiddenGrid.ExpressionEditorFormCreated += HiddenGrid_ExpressionEditorFormCreated;
    }
 
    private void HiddenGrid_ExpressionEditorFormCreated(object sender, ExpressionEditorFormCreatedEventArgs e)
    {
        e.ExpressionEditorForm.FormElement.TitleBar.FillPrimitive.BackColor = Color.Red;
        e.ExpressionEditorForm.ShowIcon = false;
 
        ExpressionItemsList.Clear();
 
        //base.LoadFieldList(null);
 
        if (FieldList != null && !FieldList.Any())
        {
            FieldList.Clear();
        }
 
        if (radTreeViewFunctions.Nodes.Any())
            radTreeViewFunctions.Nodes.Clear();
    }
}
Dimitar
Telerik team
 answered on 23 Feb 2018
4 answers
113 views

I installed the demo of Telerik's UI WinForms components and then removed it on one Win10 pc with VS 2017 Community Edition. After removal, my instance of VS started to show about 10 message boxes telling me that various Telerik assemblies like Telerik.WinControls.VSPackage.2018.1.115.1 cannot be loaded at startup. How to clear all remnants of Telerik extensions left by the uninstaller?

Attached is the corresponding part of the VS startup log (the ActivityLog.xml file from the VS folder).

wisekat
Top achievements
Rank 1
 answered on 22 Feb 2018
3 answers
278 views

Hi,

I know about export to PDF, but is it possible to print PivotGrid directly to PDF file, with headers/footers/watermarks, etc?

Thanks,

Alex

 

Hristo
Telerik team
 answered on 22 Feb 2018
1 answer
195 views
My development team has to fully install Telerik to be able to develop our application.  Is there a nuget package available for download?  Also, I can create my own if I know which files to include in the package.  Creating the package is big deal, I just need to know what to put in it, and whether any license issues are going to happen when I create it and deploy to my team.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Feb 2018
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
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
ShapedForm
SyntaxEditor
Wizard
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
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
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
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?