Telerik Forums
UI for WinForms Forum
1 answer
106 views

In description column, the gridlines are displayed in 2 lines in grid's view row default size, I need it to be viewed in a single line.

Please check the attached image.

Thanks in Advance.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 21 Sep 2018
4 answers
3.0K+ views

Hi,

some time ago I wrote a custom GridEditor using a TextBoxControlElement with AutoComplete = Suggest.

It works fine but now i need to change the auto complete logic using Contains instead of StartsWith.

I know how to do this in a DropDownList or in a DropDownListElement but can't find a way to get this behaviour in a TextBoxControl and don't want to change the TextBoxControlElement with a DropDownListElement hiding the arrow button.

How can I have a 'contains' AutoComplete in a TextBoxControls ?

 

Regards

 

 

Alessio Bulleri
Top achievements
Rank 1
 answered on 21 Sep 2018
2 answers
212 views

Hello

In a hierarchical GridView I always get a expand button even if the entry has no sub entries. How can I hide it when it has no sub entries?

Thank you very much

Marco

Marco
Top achievements
Rank 1
 answered on 21 Sep 2018
4 answers
305 views

 

Sorry if this is a bad question but I want to configure the grid lines in the RadGridView. This Post https://www.telerik.com/forums/change-color-of-the-grid---radgridview says I have to use Visual Style Builder and edit the theme.... Do I really have to dig into this massive thing?! Thats a total overload...? All I want is to configure the grid lines?

Marco
Top achievements
Rank 1
 answered on 21 Sep 2018
4 answers
336 views

I'm trying to figure out how to create some padding inside the coordinate space of the chart. Things I have done:
Set categorical axis axisplotmode to OnTicksPadded
Increased Padding on Chart.View.Margins (this seems to be the padding between the chart itself and stuff outside the chart)

 

See the picture below for an example. Basically datapoints aren't fully displaying because the points are being cutoff because the last Y-axis Tick is literally at the same Y location as the top of the chart. I'd like to move it down a bit to give the datapoints some space. Essentially create extra space around the edges of the axes. I have one axes that's a categorical axis and one that's a linear axis.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 21 Sep 2018
3 answers
221 views

Create BarSeries:

            _barModel = new BarSeries
            {
                ValueMember = "Model",
                CategoryMember = "N",
                LegendTitle = "Model",

     IsVisible = false
            };
            _radChartViewGss.Series.Add(_barModel);

Set data source (dataTable):

            _radChartViewGss.DataSource = _table;

After this, changing the property _barModel.IsVisible = true does not lead to anything - the bar series is not visible.

 

Why???

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 21 Sep 2018
6 answers
458 views

Hi.

Probably an easy question, but trying for a while, searching in the doc and the forum, I could not find the solution.

When I use a legend in radchartview, it shows the items below each other (vertically). But I would like to show them next to each other (horizontally).

Among others, I tried:

 this.radChartView2.ChartElement.LegendElement.TextOrientation = Orientation.Horizontal;

or

 this.radChartView2.ChartElement.LegendElement.StackElement.TextOrientation = Orientation.Horizontal;

But it does not seem to work...

Thank you

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 21 Sep 2018
2 answers
242 views
 I'm opening the sub forms in panel on the main form. The cursor is not moving to mouse position in text boxes

This is the code to open the sub form in a panel on the main form :
Public Shared Sub ShowForm(form As RadForm, Optional FormType As Integer = 0)

        Dim i As Integer
        form.TopLevel = False
        frmMainMenu.rdpnlchild.Controls.Add(form)
        form.BringToFront()
        If FormType = 0 Then
            form.Show()
        ElseIf FormType = 1 Then
            form.ShowDialog()
        End If

    End Sub
TAMILARASAN
Top achievements
Rank 1
 answered on 21 Sep 2018
2 answers
171 views
In the page view (tabs) by default only the active tab is highlighted but the other tabs are shown as words with no separators & borders. I need to show the page view with separator & need borders for individual tabs.
Please check the attached image.
TAMILARASAN
Top achievements
Rank 1
 answered on 21 Sep 2018
2 answers
598 views
Hello,
My client wants to filter integers column by contain operator . How can i add contain filter operator on integer column ?
Pham
Top achievements
Rank 1
 answered on 21 Sep 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
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?