Telerik Forums
UI for WinForms Forum
3 answers
160 views
I am unable to get the scrollbars to appear when displaying data using the windows radgridview control. In the designer I am unable to set the Visibility attribute from Collaped to anything else, as it just reverts back to Collapsed after making a change. Also when setting scrollbar settings do you need to set the Margins property as well??

My grids are bound to LINQ objects sets and the columns are setup manually.



Thanks
Ken Norwick (new Telerik user)

DisplayGrid.MasterGridViewTemplate.AllowDeleteRow =

false;

DisplayGrid.MasterGridViewTemplate.AllowEditRow =

false;

DisplayGrid.MasterGridViewTemplate.AutoGenerateColumns =

false;

DisplayGrid.MasterGridViewTemplate.HorizontalScrollState =

ScrollState.AlwaysShow;

DisplayGrid.MasterGridViewTemplate.ShowRowHeaderColumn =

true;

DisplayGrid.MasterGridViewTemplate.Caption =

"Grid Caption";

DisplayGrid.MasterGridViewTemplate.VerticalScrollState =

ScrollState.AlwaysShow;

Jack
Telerik team
 answered on 24 Mar 2008
3 answers
825 views
hi again,

how can i change the row height of the grid? is there a way to do this programmatically or maybe on clientsite?

thanks, andreas
Jack
Telerik team
 answered on 24 Mar 2008
5 answers
95 views

one cell is defined as a textbox column bound to an int field.
When i modify the value an error occurs stating that it cannot convert from type string to type int.
Here is how i define the column 

colTxt = new GridViewTextBoxColumn("Age");

colTxt.UniqueName = "Age";

colTxt.IsVisible = true;

colTxt.MaxLength = 3;

colTxt.DataType = typeof(int);

colTxt.AllowResize = false;

colTxt.ReadOnly = false;

this.grdSearchResults.MasterGridViewTemplate.Columns.Add(colTxt);



How can i handle this? Is there an event where i can do the convert myself?
Thanks

Julian Benkov
Telerik team
 answered on 24 Mar 2008
1 answer
74 views
Hello

A GroupBox control would be nice so you could place text at the top of
the GroupBox and then put your controls into the GroupBox. Then also
be able to apply the Themes and different border types to the GroupBox.

I suppose Telerik could also modify the RadPanel to achieve this functionality.

Regards,
Simon
Martin Vasilev
Telerik team
 answered on 24 Mar 2008
3 answers
142 views

How would I bind multiple ComboBoxes to the same provider while still allowing for each ComboBox to be changed independantly?

        Dim cp As New npoCategoriesProvider  
        Dim cds As DataSet = cp.GetCategoriesAsDataSet  
 
        RadComboBox3.DisplayMember = "AccountName" 
        RadComboBox3.ValueMember = "AccountNumber" 
        RadComboBox3.DataSource = cds.Tables(0)  
        RadComboBox4.DisplayMember = "AccountName" 
        RadComboBox4.ValueMember = "AccountNumber" 
        RadComboBox4.DataSource = cds.Tables(0)  
        RadComboBox5.DisplayMember = "AccountName" 
        RadComboBox5.ValueMember = "AccountNumber" 
        RadComboBox5.DataSource = cds.Tables(0)  
        RadComboBox6.DisplayMember = "AccountName" 
        RadComboBox6.ValueMember = "AccountNumber" 
        RadComboBox6.DataSource = cds.Tables(0)  
        RadComboBox7.DisplayMember = "AccountName" 
        RadComboBox7.ValueMember = "AccountNumber" 
        RadComboBox7.DataSource = cds.Tables(0)  
        RadComboBox8.DisplayMember = "AccountName" 
        RadComboBox8.ValueMember = "AccountNumber" 
        RadComboBox8.DataSource = cds.Tables(0) 
Martin Vasilev
Telerik team
 answered on 21 Mar 2008
1 answer
172 views
Hey,      
          How can I set a border color to the Ribbon Control. I want to change the color of the Ribbon Control Border or the style of it's border to give it some thickness or another color to distinguish which form is active now.
Is there anyway to do that?
Thank you
Nikolay
Telerik team
 answered on 21 Mar 2008
3 answers
199 views
When I draw out my grid columns manually and allow filtering the filter icons appear at the top of  GridViewImageColumn type columns. I think that the default behaviour should be to hide icons on non-text column types.
How do I hide individual icons on a particular column??
Thanks
Jack
Telerik team
 answered on 21 Mar 2008
1 answer
112 views
Hi !
I've made a style for a ribbonbar. But i don't find properties for the quick acces menu (the one just at the right of the circle button on top left).

Where can i change the highlight on and on the menu with the little arrow just on the right again.

I hope you understand, i'm french and really need to practice english.

Thanks a lot.
Martin Vasilev
Telerik team
 answered on 21 Mar 2008
1 answer
96 views
Hello, how can I change the column caption when I use a column for grouping data? I don't want to see the field name like NameField:Data, but just the data.

Thanks.
Jack
Telerik team
 answered on 21 Mar 2008
5 answers
126 views
Dear All,
             I am new to telerik winforms. So I just tried to create a form with the telerik panel and later deploy to another pc without telerik. So after search I found this article http://www.telerik.com/support/kb/article/b454K-mag-b454T-ckd-b454c-ckd.aspx . But I followed the steps accordingly still it doesnt work. Must I also put the .dll file in the same folder ? Thanks.
Nikolay
Telerik team
 answered on 21 Mar 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)
Chart (obsolete as of Q1 2013)
Form
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
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
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?