Telerik Forums
UI for WinForms Forum
2 answers
436 views

Hello, is there a way to change the arrow size of a radpopupeditor ?

I tried the following, that changes the dropdown button size but I cannot find a way to edit the arrow size, the problem is that (on windows 10, 4k monitor, 200dpi screen) the arrow is almost invisible.

radPopupEditor1.PopupEditorElement.ArrowButtonElement.Size = getSizeByUnit(4.5F,6.35F); <--this works
radPopupEditor1.PopupEditorElement.ArrowButtonElement.Arrow.Size = getSizeByUnit(2, 2); <--no effect.

Best regards

Andrea

Andrea
Top achievements
Rank 1
 answered on 05 Nov 2015
1 answer
125 views
Tried In both Windows 7 and Windows 10.  Set "Auto Hide Taskbar" in windows, so that the bottom task bar slides up when the mouse is ran over the bottom of the screen.  Using regular apps in full screen, this still is functional.  Using a Telerik ShapedForm (Winforms) in full screen prevents the task bar from sliding up.  Has anyone experienced this, or have a solution?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Nov 2015
6 answers
730 views
Hi
It would be good to have the splash screen form that is part of your sample application available as a component for us to use in our applications.  

I was going to reflect your assemblies, but decided that this would probably contravene the licence.

Other features that would be useful would be to have dynamic text (text that could be set while the application is being loaded) as well as a progress bar to indicate where in the load the process is.

Best regards

Marek
Dimitar
Telerik team
 answered on 04 Nov 2015
2 answers
530 views

I have two classes

One is EQConfig, the other is HSMSConfig (I attached) and EQConfig has a property which name is hsmsConfig and HSMSConfig type.

Then, I set below

this.radPropertyGrid1.SelectedObject = EQConfig;

Then I expected I can expand hsmsConfig property like

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 03 Nov 2015
3 answers
124 views

Hi folks,

i am working on a project where is want to plot multiple lineseries to compare racing times off different drivers on track during a race.

My problem is that i don't know the number or the maximum number of drivers on track at design time.

Of course i could add several series at runtime and simply don't fill the unused, but how can i manage this from code let's say in a For Next Loop.

Suggestion in vb would be nice. Using

        Dim lineSeries As New LineSeries()
        For id = 0 To arrFahrer.Count - 1
            For i As Integer = 0 To arrFahrer(id).douRundenZeiten.Count - 2
                rcvRundenzeiten.Series(id).DataPoints.Add(New CategoricalDataPoint(arrFahrer(id).douRundenZeiten.Item(i)))
            Next i
            rcvRundenzeiten.Series.Add(lineSeries)
        Next

just creates one series with all points.

Kind regards

 Martin

Hristo
Telerik team
 answered on 03 Nov 2015
4 answers
246 views

Hello all 

how to add button in radtextboxcontrol in UI 

 

thanks before 

 

Hengky

 

 

Hengky
Top achievements
Rank 1
Veteran
 answered on 03 Nov 2015
4 answers
102 views

Hello,

i'm trying to translate the PopUp for filtering a column in RadGridView.

 

I am using "FilterPopupRequired(object sender, FilterPopupRequiredEventArgs e) " to manipulate the popup.

I got all Elements translated except of two:   (attached is a image that shows the two problematic elements)

- Textbox that shows "Search...":

      I tried:                    

foreach (var item in ((RadListFilterPopup)e.FilterPopup).Items)
{
    if (item as FilterMenuTextBoxItem != null)
    {
        var textBox = ((FilterMenuTextBoxItem)item).TextBox;
        //textBox.Text = "...";
        textBox.NullText = "NULL";
        
    }
}

If i set .ext i see it is the right control im changing but i want to set the text if the user did not enter any text so i tried NullText but it is not working. Any ideas?

 

- First Element in TreeView that shows "All":

   i tried to get the elements of the Treeview but i can't get them.

   Here is my code:

foreach (var item in ((RadListFilterPopup)e.FilterPopup).Items)
           {
 
               if (item as FilterMenuTreeItem != null)
               {
                   var items = ((FilterMenuTreeItem)item).Items; // here items count is 0
               }
           }

 

Thank you very much.

 

Best Regards,

Yves

 

 

 

 

 

Yves
Top achievements
Rank 1
 answered on 03 Nov 2015
0 answers
96 views
Dear:

We require load a (list of) recovered from a SQL table which contains the following fields (name, photo) with properties (name string, photo string) which brings the path of a disk image which is loaded into a listview in IconView mode using the Custom class RadListView the problem is to show the image stretch mode for viewing the entire image and its respective title, use bd loaded because we require hundreds of records. ItemDataBound for that use. support for the issue. regards


note: we are using google translator
John
Top achievements
Rank 1
 asked on 02 Nov 2015
4 answers
1.4K+ views
hi! how can i get the column name of the current cell in the radgridview?
RadGridView1 is the name of my datagrid.
these doesn't work:

RadGridView1.CurrentCell.Column.ToString();
RadGridView1.CurrentCellInfo.Column.ToString();
RadGridView1.CurrentColumn.ToString();



Stefan
Telerik team
 answered on 02 Nov 2015
2 answers
221 views

Hello,

 I am dynamically creating a RadDropDownList and I add a handler to the KeyDown event. When this event gets called the sender is a RadDropDownListElement. How can I find the RadDropDownList that the element belongs to? I've tried the obvious properties like "parent" (It is a RadElement) with no luck.

 Thanks!

David
Top achievements
Rank 1
 answered on 02 Nov 2015
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
+? 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?