Telerik Forums
UI for WinForms Forum
2 answers
330 views

Hello everyone:

     Excuse me,Users are using RadDateTimePicker buttons, How to Set RadDateTimePicker to Empty Value;

Thank you

 

Users are using

hong
Top achievements
Rank 1
 answered on 26 Dec 2018
4 answers
120 views

 Clicking the export button indicates that the entry was not found

hong
Top achievements
Rank 1
 answered on 26 Dec 2018
1 answer
246 views

I would like to plot data on a scatter chart with 3 values, for example, x value (double type, frequency), y value (date/time, date and time) z value (double type, amplitude). z value having a color legend representing the value.  Something like the attached intensity plot.

Thanks

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 25 Dec 2018
4 answers
577 views

Hi,

Please, read the header.

Q: How?

Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 25 Dec 2018
5 answers
407 views

Hello,

I have a couple questions related to RadGridView Self-Reference Hierarchy:

1. Is there a way to use the properties of System.Guid type as parent/child IDs? or only Int type?
2. How to configure a grid to be able to specify the columns manually and set AutoGenerateColumns property to false. I was not able to achieve it.

Thanks in advance!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 25 Dec 2018
1 answer
152 views

Hi, I'm using a CheckedDropDownList fine, when the user press the Down Arrow key I show the dropdown ShowDropDown().

But I don't wanna it to be shown when the autocomplete is open, like when the user is switching between the suggestions pressing up and down arrows key...

   public static bool IsAutoCompleteOpen(this RadDropDownList ddl)
        {
            return ddl.DropDownListElement.AutoCompleteSuggest != null && ddl.DropDownListElement.AutoCompleteSuggest.DropDownList != null && ddl.DropDownListElement.AutoCompleteSuggest.DropDownList.IsPopupOpen;
        }
// the key down event
{
 
 if (e.KeyCode == Keys.Down && ddlItems.IsPopupVisible == false && ddlItems.IsAutoCompleteOpen() == false)
            {
                ddlItems.ShowDropDown();
                e.Handled = true;
            }
}

 

ddl.DropDownListElement.AutoCompleteSuggest is always null, so I can't find which is the correct property of AutoCompleteSuggest on CheckedDropDownList to check, any help?

Leandro
Top achievements
Rank 1
 answered on 21 Dec 2018
10 answers
73 views

Just noticed that when the grid as a sorting applied the following line ALWAYS return -1

 

var rowIndex = grdData.Rows.Add("whatever");

 

Without sorting it return the actual row. What i actually do is :

1 - Call the Grid.BeginUpdate();

2 - Clear the rows

3 - Loop in my collection and add 1 row per object

4 - Call the Grid.EndUpdate()

Dimitar
Telerik team
 answered on 21 Dec 2018
8 answers
953 views
Hi,

I'm using PdfViewer and it works file, but how to unload opened document programmatically?
Hristo
Telerik team
 answered on 21 Dec 2018
1 answer
144 views

This is my code to select multiple rows and it works. But when i use the search bar the selected rows un-select themselves

 //Enabling multiple row selection
dataGridViewCompanies.MultiSelect = true;
dataGridViewCompanies.SelectionMode = GridViewSelectionMode.FullRowSelect;

 

Any tips on how to keep the selected rows after i search so i can select as many as i want! 

 

Thanks

 

 

Dimitar
Telerik team
 answered on 21 Dec 2018
9 answers
1.4K+ views

Hi,

spreadexportrenderer not available in telerik.wincontrols.export name space. Anyone can give me a idea on how sort this.

 

what I am trying is

          Dim renderer As Telerik.WinControls.Export.SpreadExportRenderer = New Telerik.WinControls.Export.SpreadExportRenderer()
          spreadExporter.RunExport(dialog.FileName, renderer)

Madura

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