Telerik Forums
UI for WinForms Forum
1 answer
178 views

I reported the issue below back in September 2017. It was scheduled for a fix in R1 2018 (here). However, it appears that the problem persists. Did it get missed or is there a setting/option that I'm missing. I think it is a rather major issue for anyone trying to put a DPI aware app together.

This is the problem:

In a DPI aware app, using the docking tool window auto-hide dramatically increases the size of any controls on the window. This can be demonstrated with a new application. Add a RadDock to the form, add a couple of tool windows and a document window, and add a few controls to either of the tool windows (label, button, treeview, property grid, etc.). Run the app as DPI aware at 150 scale. Hide a tool window. Open the tool window. When the tool window slides open all the font and control sizes have greatly increased.

 

 

Dimitar
Telerik team
 answered on 25 Jan 2018
9 answers
483 views
I imagine there is a way to show another grid view within a selected row of the parent grid view.  This would be something very similar to the row details template within a WPF application.  See attached screenshot from a demo WPF app.
Dimitar
Telerik team
 answered on 25 Jan 2018
1 answer
112 views

Hi. 

Attach an image. When user move mouse over the chart, a tooltip show to the user Value = 1. i want to change "value" text with my Custom text, like "مقدار".

how can do this ?

Dimitar
Telerik team
 answered on 24 Jan 2018
5 answers
266 views
Hi. 
With radPanorama I have the option of a smooth scroll (simulation of scroll with a gesture) to desired element from the code?
Thank you.
Dimitar
Telerik team
 answered on 24 Jan 2018
4 answers
303 views

Hello.

I need a radcheckbox in a button.

How can i disable the border from the checkbox programaticly?

I can´t find it on the sourcecode.

 

Thank you.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Jan 2018
1 answer
212 views

Hi, I have a single tree list which contains several top level nodes, each node has multiple children. What I want to do is to only allow movement of nodes within only within the list of sibling nodes.

The effect that I'm after is something similar to the first animation in https://stackoverflow.com/questions/45838579/separator-line-drag-drop-tree-nodes-c-sharp-winforms.

I have set my tree view AllowDragDrop to true and this allows me to move items around however it is possible to move an existing into a sibling node and generate a sub-tree.

Is this possible and if so, how ? Also is it possible to override the drawing of the "insertion point" ?

Regards

Toby

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Jan 2018
3 answers
874 views

Hi.

I want to show Custom toolTips for each item in rddlist.

i can use visualItem, but thats not suitable. visualitem.Text, only show item text. I want to set Custom Text for each item. like:

for items[0] = "text1", items[1] = "not working", items[2] = "it's too easy" and etc.

when rddlist popupOpened, and user,moving mouse on any item, tooltip must be show.

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Jan 2018
14 answers
289 views

Hey,

I'm using the dock.
It is possible to move tabs out of the TabStrip.

If a user press the close-Button on the tab, I want to dock the tab back to the DocumentTabStrip.

How can I do this?

 

Regards, Marc

Marc
Top achievements
Rank 1
Veteran
 answered on 24 Jan 2018
4 answers
953 views

Once setting the .DataSource of a dropdownlist to a view model.  How can I immediately tell the dropdownlist to select a specific value within the model?

// UI

            ReferenceProjectDropDownList.DisplayMember = "Name";
            ReferenceProjectDropDownList.DataSource = new ProjectsViewModel(snc.Measuring.Projects.ToList()).Projects;
            if (null != project)
            {
                ReferenceProjectDropDownList.SelectedItem = ???                   
            }

 

// view model

public class ProjectsViewModel
    {
        public ProjectsViewModel(List<ScanProject> projects)
        {
            Projects = new List<ProjectViewModel>();
            projects.ForEach(p =>
            {
                Projects.Add(new ProjectViewModel()
                {
                    Id = p.Id,
                    Name = p.Name,
                });
            });
        }
        public List<ProjectViewModel> Projects;
    }
    public class ProjectViewModel
    {
        public int Id { get; set; }
        public string Name { get; set; }
    }

Dimitar
Telerik team
 answered on 24 Jan 2018
2 answers
130 views

Hi

How could I adjust in VB.NET the backcolor of all my child templates?

I mean the property equivalent to TableElement.BackColor for MasterTemplate

I point that area in my attached file

 

Thanks in advance

Kind regards

Toni
Top achievements
Rank 1
 answered on 24 Jan 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?