Telerik Forums
UI for WinForms Forum
10 answers
258 views
I have a grid linked to sparse object data, and would like to hide any areas that don't have data from the user. In other words, I'm linked to objects that have child collections, and would like to hide the tabs for the rows that don't have any child data. I used the advice here to hide the expander when it's not needed, but all child tabs are still shown even if only one of them has child data. Is there a way to hide tabs that don't have child data?
Jack
Telerik team
 answered on 18 Feb 2011
5 answers
195 views


I tried using the function MaxLength and have not had success already perform various searches on Telerik forum and found several workarounds but none of them worked.

I am very concerned as a feature as basic controls does not work in package Telerik.

I would like a response from someone in the development team about this feature Telerik who apparently does not work.

Stefan
Telerik team
 answered on 18 Feb 2011
1 answer
111 views
Hello,

I am new to WinForms Rad Controls. I want to change the back color of a radCalander at run time. Please let me, how its possible.

Thanks
Richard Slade
Top achievements
Rank 2
 answered on 18 Feb 2011
5 answers
176 views
How can I ensure that a UserControl that has been docked to an MDIForm doesn't get docked a 2nd time?  That is, I need a control to only be visible once.  I tried making it a singleton class, but calling the DockControl of the RadDock still added a new visual element, though one was an empty shell.

I tried to find a list of controls or some other addressable way but failed.

Thanks,

VSmirk
Julian Benkov
Telerik team
 answered on 18 Feb 2011
5 answers
422 views
I have RadGroupBox on my page. GroupBoxStile is set to Office. How I can change the height of the header? The icon I use is bigger than the default size.
Thank you
Lily
Richard Slade
Top achievements
Rank 2
 answered on 17 Feb 2011
1 answer
128 views
I am looking for advice regarding how best to implement a text editing control that allows character-level formatting, i.e. the user can select portions of the text and format it separately from the rest.  One additional point is that I am building an outliner, and would like every individual topic to be a separate control, or addressable part of the control, since each topic and the notes below it is stored separately in a database.

I am building WinForms apps using Telerik as my main UI add-on control collection.

Thanks, Stephen
Richard Slade
Top achievements
Rank 2
 answered on 17 Feb 2011
29 answers
497 views

 

Hi

 

 

I created this example to show problem that occurs in my real application.

 

This is my source code:

 

 

public class MyClass
{
    public string MyProperty { get; set; }
}

public partial class Form1 : Form
{
    private List<MyClass> _myList = new List<MyClass>();
    public Form1()
    {
        InitializeComponent();
        radGridView1.DataSource = _myList;
        radGridView1.Columns[0].Width = 200;
    }
    private void radGridView1_EditorRequired(object sender, Telerik.WinControls.UI.EditorRequiredEventArgs e)
    {
        RadDropDownListEditor editor = new RadDropDownListEditor();
        RadDropDownListEditorElement editorElement = editor.EditorElement as RadDropDownListEditorElement;
        editorElement.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDown;
        editorElement.AutoCompleteMode = AutoCompleteMode.SuggestAppend;
        e.Editor = editor;
        e.EditorType = typeof(RadDropDownListEditor);
    }
}


When I want add new row I type something in cell and I press ENTER but new row is not added. Cell is cleared.

 

If I don`t use custom editor (comment out code in EditorRequired handler) on ENTER pressed new row is added with typed value.        

 

How to solve this issue when I use custom editor?

 

Regards

Raymond
Top achievements
Rank 1
 answered on 17 Feb 2011
2 answers
122 views
I have what I hope will be a simple question to answer. 

We use a RadCalendar control that we display in MultiView Mode with MultiViewColumns set to 3 (i.e. 3 months displayed) and MultiViewRows set to 1 (i.e. the display is only 1 month in height). 

I have set the FastNavigationStep value to 1, which moves the calendar 3 months at a time when a Fast Navigation control is clicked (">>" or "<<).  The trouble I have is that our business users would like the normal navigation controls to only move a single month at a time despite the fact that we are displaying 3 months in the calendar.  For example if the months of Jan., Feb. and Mar. are displayed and the normal navigation forward control is clicked (">"), they would like to display Feb., Mar. and Apr.

The normal navigation controls (">" or "<") seem to do the same thing as the FastNavigation controls with the FastNavigationStep value set to 1.  There does not seem to be a "NormalNavigationStep" property that can be set.  Does anyone have a suggestion for handling something like this?

Thanks,

Bill
William Headley
Top achievements
Rank 1
 answered on 17 Feb 2011
8 answers
1.4K+ views
When I have a gridview bound to a bindinglist and I update the data that the list is bound to in a seperate thread (than the GUI thread) I am getting crossthreading errors in the assignment statement. I am attempting to get around the problem by alerting the main thread to update the value. Is this the way that the gridview binding is intended to operate or have I left something out?
Richard Slade
Top achievements
Rank 2
 answered on 17 Feb 2011
4 answers
185 views
Hi,
 Is there an event that I can use to capture columns being hidden or being added from the column chooser. The reason I want this is, I have a view definition attached to the master view and some of the cell values are bitmaps. After hiding or choosing, the grid rendering goes haywire. It happened with while changing groups or applying filter, but sorted itself out by rebinding the viewdefinition on the GroupsChanged and FilterChanged events.

Thanks
Deepak
Deepak
Top achievements
Rank 1
 answered on 17 Feb 2011
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
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?