Telerik Forums
UI for WinForms Forum
3 answers
247 views
Hello.  I am evaluating the GridView product and had a few quick questions...

Is there was a way to have the columns automatically sized to fit it contents?  It seems that the only choice is "Fill" which doesn't give me what I am after.  I guess I am looking for functionality that is similar to the Microsoft DataGridView "AutoSizeColumnsMode" property that can be set to:

None
ColumnHeader
AllCellsExceptHeader
AllCells
DisplayedCellsExceptHeader
DisplayedCells
Fill

Also, when I change the "BackColor" for the grid, it does not seem to have an effect.  Am I missing something?

Thanks,
David
Jack
Telerik team
 answered on 29 May 2008
1 answer
106 views
hi,

I have 4 series in my chart. I have to apply the  baroverlappercentage to 2 series only. The 2 other series should not overlap.
 
Is there any way to do this one.

(or) I want 2 stacked bars with 4 series in a single chart.

Thanks and Regards,
chandra.
Dwight
Telerik team
 answered on 29 May 2008
3 answers
161 views

1.    Drop chart onto form

2.    Skin –deepblue

3.    Style – spline

Using two series, try and get the legend to position in rows in the top left.  In the visual designer it looks correct but as soon as it runs the legend positions are incorrect – the text moves out of alignment with the marker.


please advise why this occuring.  sorry for brevity my first posting attempt was lost with some website error..

regards
ewart

Dwight
Telerik team
 answered on 29 May 2008
3 answers
155 views
For example, if I am binding my chart to a dataset I could write some code like this:

Me.RadChart1.DataManager.DataSource = myDataSet 
Me.RadChart1.DataManager.ValuesXColumn = "SomeValue" 

Is it possible, after a databind, to get access to those plot values of "SomeValue" so that they can be updated later on? I realize that I could change the dataset value and rebind if needed, but I am wondering if it is possible to get access to the values in the chart once they are bound.
Dwight
Telerik team
 answered on 29 May 2008
3 answers
205 views

Hi,
sombody help me, please.
I try to Create a PanelBar witch is dynamic filled with usercontrols.
My problem is the content-panel disappears when to many groupe-elements are added to my panelbar.

All standart elements are visable, but the content Panel - activated by EnablHostControlMode- witch is allway the last element of the list, will be covered by the following groupelement.

Neither padding nor margin or minSize helps

kind regards
Fabian Schulz
Nikolay
Telerik team
 answered on 28 May 2008
5 answers
226 views
Hi,

from the release notes of Q1 2008 SP1 there's a line:

"Added support for null value in ComboBoxColumn"

Now, how would be this accomplished? Is this a way to add an extra-item to the dropdown like EmptyListDataItem and the likes for WebGrid?
Is it actually documented in some example code somewhere?

So far we've only succeeded in getting a DBNull written to the DataRow (through a regular BindingSource) from the autogenerated GridViewDecimalColumn with an empty value, but not using the GridViewComboBoxColumn.
Georgi
Telerik team
 answered on 28 May 2008
1 answer
159 views
Hi.

How can I control the apperance of the drop-down section?
I want to change the scroll apperance, the background and the look of the 'drag to open' part on the bottom section of the form.
Georgi
Telerik team
 answered on 28 May 2008
7 answers
244 views
Hello, I am using the latest version of the RadControls for Winforms, but I have a problem with the Column chooser function in RadGridView. When i drag in a new column, it's width is so small that I can't even grab it with the cursor to expand it. If I add more columns they also get small but I can grab them.

I have tried both with AutoSizeColumnsMode = "None" and "Fill".

My first idea was to subscribe to a column chooser event and resize the columns programmatically, but I couldn't find such event.

These are the properties of my RadGridView:

this.radGridViewLicenses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGridViewLicenses.Location = new System.Drawing.Point(0, 0);
            this.radGridViewLicenses.Margin = new System.Windows.Forms.Padding(0);
            this.radGridViewLicenses.MasterGridViewTemplate.AllowAddNewRow = false;
            this.radGridViewLicenses.MasterGridViewTemplate.AllowDeleteRow = false;
            this.radGridViewLicenses.MasterGridViewTemplate.AllowEditRow = false;
            this.radGridViewLicenses.MasterGridViewTemplate.EnableFiltering = true;
            this.radGridViewLicenses.MasterGridViewTemplate.EnableGrouping = false;
            this.radGridViewLicenses.MasterGridViewTemplate.ShowRowHeaderColumn = false;
            this.radGridViewLicenses.Name = "radGridViewLicenses";
            this.radGridViewLicenses.ShowGroupPanel = false;
            this.radGridViewLicenses.Size = new System.Drawing.Size(390, 543);
            this.radGridViewLicenses.TabIndex = 0;
            this.radGridViewLicenses.ThemeName = "Telerik";

Any help is appreciated,

 - Joel
Jan Hesselgren
Top achievements
Rank 1
 answered on 28 May 2008
2 answers
217 views
Im using a Carousel to display some photos.

The behaviour I want is that when I click on front most image (on an ellipse path) I want it displayed in a different frame. However, I cant find any other way of doing this then checking the cursor position of the click (or the position of the object clicked). Are there any other way of determening which is the front most object?

Best regards
Henrik
Henrik
Top achievements
Rank 1
 answered on 28 May 2008
1 answer
96 views
Hi i have a problem with the RadGridView for Windows. I can´t use the row filter when the radgridview is just for read (AlowEditRow=false) and when i set a column like read only.
Martin Vasilev
Telerik team
 answered on 27 May 2008
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
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?