Telerik Forums
UI for WinForms Forum
1 answer
199 views

Why does the PropertyGridDropDownListEditor automatically select the first option for me, is it possible to change this behavior?I want to keep things as they are when I have not chosen to.

public partial class RadForm1 : Telerik.WinControls.UI.RadForm
        {
        private class Info
            {
            [Editor(typeof(PropertyGridDropDownListEditor), typeof(BaseInputEditor))]
            public string Address { get; set; }
            }
 
        public RadForm1()
            {
            InitializeComponent();
            }
 
        private void RadForm1_Load(object sender, EventArgs e)
            {
            radPropertyGrid1.SelectedObject = new Info { Address = "B" };
            }
 
        private void radPropertyGrid1_EditorInitialized(object sender, PropertyGridItemEditorInitializedEventArgs e)
            {
            PropertyGridDropDownListEditor ddl = e.Editor as PropertyGridDropDownListEditor;
            if (ddl != null)
                {
                BaseDropDownListEditorElement el = ddl.EditorElement as BaseDropDownListEditorElement;
                el.DataSource = new List<string> { "A", "B", "C" };
                el.Text = ((PropertyGridItem)e.Item).Value + "";
                }
            }
        }
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 06 Aug 2020
4 answers
859 views
Hi

I have a radgrid with the cell text alignment, in the first column, set to middle left.
The text in the cell (and the headertext) is to close to the edge of the radgrid.

The text in the cell looks missplaced since the is a 5px margin both above and below the text, but to the left there is none.

Is it possible to add a spacing to the left of the text (both headertext and cell), that is equal to the spacing above and below the text?
Can it be done by using FormatString?

Regards
Per Bornsjo


Nadya | Tech Support Engineer
Telerik team
 answered on 05 Aug 2020
19 answers
580 views
Hi ,
  I am using Excel Like Filter in my grid view. Using the filter I can select the value in check box , but not able to click the 'ok' or 'cancel' button to filter the values. The button not working.
Some time Only one time the button is working and thereafter it is not working.
Kindly find the attached picture and help me.
I am using the following code for excel look filter

  me.gvSHEdit.EnableFiltering = True
        Me.gvSHEdit.MasterTemplate.ShowHeaderCellButtons = True
        Me.gvSHEdit.MasterTemplate.ShowFilteringRow = False

Please reply 
Michelle
Top achievements
Rank 1
 answered on 05 Aug 2020
5 answers
100 views

HI,

   I am trying to create gridview like Example.png. I tried with project examplepng but nothing is coming to UI. Can you please tell me why? What needs to be done to fix it?

Note: Sorry i didn't know how to attach project iteself.

 

Regards

Harsha D

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 05 Aug 2020
5 answers
239 views

Hello,

is there a way to hide or replace the telerik logo on VirtualKeyboardForm?

Also how to hide the Home and Arrow Buttons to get a real simplified Layout ?

Thanks in advance.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Aug 2020
1 answer
131 views
The value of attribute X is 0.225, but when I click on attribute X it changes to 0.23, why is that?How to amend?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 03 Aug 2020
6 answers
967 views

Good afternoon,

I would like to change grid cursor movement behavior when pressing Enter key in the grid with grouped records. I need to move cursor only through the column cells without focusing a group header.  Is it doable?

My grid settings are:

radGridView1.MasterTemplate.AutoExpandGroups = true;
radGridView1.EnterKeyMode = RadGridViewEnterKeyMode.EnterMovesToNextRow;
Tomas
Top achievements
Rank 2
Veteran
 answered on 03 Aug 2020
4 answers
302 views

Hi Admin,

 

I would like to do command button put to center by vertical ( black square location). please see photo.

 

Thanks

Moe

Moe
Top achievements
Rank 1
Iron
Iron
Veteran
 answered on 03 Aug 2020
1 answer
267 views

Hi,

When I have a window in floating mode then keyboard tabbing will tab around the controls within the window, rolling around from the last control to the first control.

However, when the same window is docked and I tab, the focus 'escapes' from the window and enters another area.

Is there a way to keep the focus within a docked window on tab?

Nadya | Tech Support Engineer
Telerik team
 answered on 31 Jul 2020
5 answers
156 views

Hi.

Can different localizations be applied for different grids on a form? For example, one is English, one is German, the other is Spanish, etc.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Jul 2020
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?