Telerik Forums
UI for WinForms Forum
1 answer
164 views
I have another question in Q2 2008 I am using a grid and allowing the user to add new rows.  The user clicks add new row, adds his data.  How can I get the values out of that row.  THe datagridview is loaded by a datatable.  I would like to trigger an insert proc when ever the user leaves the new row.

Is this possible?
Peter
Telerik team
 answered on 07 Aug 2008
3 answers
329 views
I am using the new release Q2 2008 and tring to apply the themes to the grid.  I see there seems to be a few themes in the bun folder such as Aqua and  Desert but when I try to set a them to the grid these themes do not appear.  What is the secret to getting these to work as the grid theme.
Peter
Telerik team
 answered on 07 Aug 2008
2 answers
218 views
Hi telerik,

How to change the background and border color? I'm able to change throught Edit UI item. How do i change it in run time using coding?

Please look at below screenshot to indicate which background.

Screenshot:
http://img530.imageshack.us/img530/7223/screenshotvn6.png

Thanks
Erik
Top achievements
Rank 1
 answered on 07 Aug 2008
1 answer
123 views
Hi, I was trying to add the RadDateTime picker to the ribbon bar programmatically by doing:

 
 

RadDateTimePickerElement dtPicker = new RadDateTimePickerElement();  

dtPicker.Name = "dtPicker";  
radRibbonBarButtonGroup9.Items.Add(dtPicker); 

The radRibbonBarButtonGroup9 has already been added to a chunk in the ribbon bar, whenever I try to launch the application, the application does not load up.
Peter
Telerik team
 answered on 06 Aug 2008
1 answer
162 views
Hi,

I have a grid view. I want to validate each cell element, when user does Key up or Key down on the cells. How would i do it. I tried radGridView1_KeyDown , radGridView1_KeyPress and radGridView1_KeyUp events, but these events are not getting fired when i do a Key up or Key Down. Do i need to set any property to fire it.


Any kind of help is appreciated.

Sasmita
Georgi
Telerik team
 answered on 06 Aug 2008
2 answers
172 views
Hi,

I enter some data in a column (new row) and then I will automaticly fill out some information in other columns when event CellEndEdit is fired.

Until the new release of Telerik I could use 

Me

.RadGridView1.CurrentRow.Cells("Price").Value = 100

but if I use this now I get error message.

I could use 

Me.RadGridView1.CurrentColumn = Me.RadGridView1.CurrentRow.Cells("Price").ColumnInfo

Me.RadGridView1.CurrentCell.Value = 100

But this doesen't work on invisible columns



Trond
Trond Nybakk
Top achievements
Rank 1
 answered on 06 Aug 2008
1 answer
130 views
I noticed something while testing..

On ItemDataBound event if I have an XML DataSource that has 3 elements
Arrest_Date, Arrest_Agency and MugshotPhoto <--each element calls this event separately.

If I get an XML document that has 9 mugshots the code ends up running through this event 27 times.

Am I not understanding something or is there a better way to do this?

Thanks!
Peter
Telerik team
 answered on 06 Aug 2008
3 answers
157 views
I wish to implement custom behavior on a form with a ribbon bar when the
form is minimised.

It's easy enough to trap the events of the minimise , maximise and close buttons -
However , I am unable to replace these events with those of my own .
In other words I want to be able to implement behavior to the minimise
buttons' click event and stop the minimise button from doing anything else
by default.

I initially looked at the routedeventbehavior class and related classes but cannot
find any code examples on how to use these correctly.
Martin Vasilev
Telerik team
 answered on 06 Aug 2008
17 answers
292 views
Does the WinForms version of the ComboBox support multi-columns?

I notice that the ASP version does, but there is no mention of this in the WinForms version.

Best Regards
Eddie
Dimitar Kapitanov
Telerik team
 answered on 06 Aug 2008
3 answers
167 views
Is there a mechanism to change how a selected row appears?  When using a grid with the Office2007Black theme, setting IsSelected or IsCurrent doesn't highlight the row.  The selectionchange event fires properly, but I can see no visual cue which row is selected.

Thanks.
Peter
Telerik team
 answered on 05 Aug 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?