Telerik Forums
UI for WinForms Forum
8 answers
250 views
How hard is it to add a checkbox to a gridview?  I'm using the trial version to test to see how I can add a checkbox and how to handel the event.  Using .net's grid is very slow and choppy when i'm scrolling around. 

Thank You
jerry
Top achievements
Rank 1
 answered on 23 Mar 2009
2 answers
96 views
Is there anyway to keep dock panels from from docking inside of other dock panels. I only want the panels to be able to be docked inside of the dock manager.
Julian Benkov
Telerik team
 answered on 23 Mar 2009
5 answers
72 views
My App uses interactive grouping. What used to work with 2008.3 now throws exceptions. I could not find any docs to this new behaviour. In particular I'm adding aggregate functions dynamically when the user changes grouping configuration
Julian Benkov
Telerik team
 answered on 23 Mar 2009
5 answers
179 views
I have a tabbed document + two dock panels, one docked to the left and one autohidden to the right.

When the autohidden panel opens it is displayed nicely to the right, but when I press the pin it moves to the left. I would like it to stay on the right, but I haven't found a way to do so, so I hope someone can enlighten me 
Julian Benkov
Telerik team
 answered on 23 Mar 2009
9 answers
413 views
Hi!

I have to evaluate your product. Now there is a problem with radDropDownButtonElement .
I have a radDropDownButtonElement in my toolstrip! I filled the radDropDownButtonElement with three Items (RadMenuItems).
So if one of these Item is clicked I have to make something. So I thought I have to implement the DropDownItemClicked event! But this event doesn't fire! Could you tell me why? And how should I make it?

Thank you for supporting me!

Roland
R
Top achievements
Rank 1
 answered on 21 Mar 2009
2 answers
289 views
I'm using the code from the help to create a Checkbox within my datagridview

     GridViewCheckBoxColumn checkBoxColumn = new GridViewCheckBoxColumn();  
      checkBoxColumn.DataType = typeof(int);  
      checkBoxColumn.UniqueName = "Selected";  
      checkBoxColumn.FieldName = "Selected";  
      checkBoxColumn.HeaderText = "";  
      radGVTables.MasterGridViewTemplate.Columns.Add(checkBoxColumn); 

Then I set the data souce equal to my oracle query.  The first time around it's fine but when I make a change to one of the drop downs the data changes so I remove this column and readd it but it keeps adding it to the end of the grid instead of position zero like I need it to be.  What is the best way around this?

Also why when I rebind to my datagridview does the checkbox still stay checked?  Do I have to remove and readd the column everytime?


Thank You
Nick
Telerik team
 answered on 20 Mar 2009
1 answer
109 views
Hello
In my gridView, i have a date time column. The problem is that i don't want to use the dateTimePicker of telerik (i prefer the navigation)
 I would like to know how can i use the microsoft dateTimePicker instead of the one of telerik.
Is it possible? (as a customcolumn?)
How can i
Jack
Telerik team
 answered on 20 Mar 2009
1 answer
149 views

Hi:

Can the RadTreeView control render horizontally?

I'm trying to get it to do something like this:

Parent1   |   Parent2   |   Parent2

  child      |     child      |   child

  child      |     child      |   child

is it possible?

Regards

Victor
Telerik team
 answered on 20 Mar 2009
1 answer
157 views

Hi

I need an Image inside the tooltip of GridViewMultiComboBoxColumn. As a grid having a Colum as GridViewMultiComboBoxColoum and the expanded Colum which has a tooltip on mouse hover.

I am using RadControls for WinForms Q3 2008 SP2.

Thanks for yours suggestions.

Ajay Yadav

Jack
Telerik team
 answered on 20 Mar 2009
1 answer
83 views
Greetings Telerik!

Thanks for posting the 2009v1 update. It looks like we're many steps closer towards getting my ribbon bar working as I'd hoped! There is still one issue I'm having with 2009v1, though, although there appears to be a straightforward workaround.

The common issue seems to be that if you have a RadSplitButtonElement inside a RadRibbonBarButtonGroup (as it has to be), and the SplitButtonElement's DisplayStyle property is set to either Text or TextAndImage (ie text is display, one way or another) and the ArrowPosition property is set to Bottom (all a pretty common combination), then the button displays incorrectly. The main body of the button appears to be the right width, but the arrow's width is narrower than the button proper, and any other controls in the same group overlap the button - as if the arrow's width is used for calculating the width of the control, and not the button's width (which is the correct width).

Here are steps to reproduce:

  1. Create a Form and drop a RadRibbonBar onto it
  2. Add a new Tab and a Group
  3. Inside that group, add a Horizontal Button Group
  4. Within that button group, add a RadSplitButtonElement
  5. Change the ArrowPosition to Bottom
  6. Run the application

You will see the text on the button bleeding outside the edge of the group, which appears to be sized to the arrow button - which is incorrectly smaller than the button proper.

For now, there are some workarounds, to get me through (keeping ArrowPosition as Right, not using Text on the buttons or setting MinSize.Width to be greater than the button should ever need to be in order to fit its text) but I'm assuming that this may be an easy one to fix, so I thought I'd let you know... as my goal is to get flexible buttons with arrows that point down!

Alternatively, is there some basic property that I'm missing which is leading me to set this up incorrectly?

Cheers,

FRASER TUSTIAN

Libraries used:
Telerik.Common 2009.1.9.311
Telerik.WinControls 2009.1.9.311
Telerik.WinControls.UI 2009.1.9.311
Deyan
Telerik team
 answered on 20 Mar 2009
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?