Telerik Forums
UI for WinForms Forum
2 answers
141 views
Hi.  I have a strange problem.  I'm using a Telerik RadGridView on a RadForm.  During form Load I populate the control.  Then during form Show I try to set which row is selected (i.e. it's not the first row).

What I see afterwards is that the first row in the grid is Selected, but the row I wanted selected is "sort of" selected.  It's highlighted but not with the same dark/bold colors that the selected row is.  I've attached a screenshot just to make it more clear.

Here's my code to perform the selection.
        dgv.ClearSelection() 
        For Each row In dgv.Rows 
            If row.DataBoundItem.Equals(rowObject) Then 
                row.IsSelected = True 
                Exit For 
            End If 
        Next 
 

Can you help tell me what I'm doing wrong?  TIA!

(All code is .NET 3.5, Windows 7 x64, VS 2008.  I'm using the 2010 Q1 SP2 build / 2010.1.10.0504.)
Patrick Barranis
Top achievements
Rank 1
 answered on 17 Jun 2010
2 answers
162 views
Hi Telerik Team:

I am not able to apply a theme to a RadForm TitleBar portion (Which is not a seperate control). Hereby i have attached the screen shots which shows the difference for a both "WinForms Q3 2009 SP1" & "WinForms Q1 2010 SP2"

In WinForms Q3 2009 SP1
RadForm Titlebar portion is working fine with the theme

But nothing is happening in the RadForm Titlebar portion in WinForms Q1 2010 SP2.

I have converted the theme by using a 2010 style builder. but same results.

Kindly reply asp.

Very urgent.
Boryana
Telerik team
 answered on 17 Jun 2010
1 answer
117 views
Hello,

i would like to rebuild my CustomAppointmentDialog class with the new one in the CustomAppointmentDialogDemo, but i can't find the file for the "OutlookLikeAppointment" class. Is this file not available in the Demo ? 

Kind Regards,

Ramius
Dobry Zranchev
Telerik team
 answered on 17 Jun 2010
3 answers
272 views
Hello:

I have a problem with the following code:

Private Sub

 

 

RadForm1_Load(sender As Object, e As EventArgs)

 

tbGiftType.TextBoxElement.TextBoxItem.HostedControl.ContextMenuStrip =

 

New

 

ContextMenuStrip()

tbGiftType.TextBoxElement.MouseDown +=

 

New MouseEventHandler

 

(TextBoxElement_MouseDown)

LoadWrappingContextMenu()

End Sub

It's for quit the default context menu of radtextbox and put a context menu with my properties.
Wath's the code for it?

Thanks

David.

Martin Vasilev
Telerik team
 answered on 17 Jun 2010
1 answer
166 views

Hi,

         is there any event available for delete appointment.? I want to handle event for appointment delete. If there is no event available then is there any work around for it? I tried the event key down and checking the key code with delete. but even when i code as follows " e.SuppressKeyPress = false;" the selected appointment gets deleted from the UI. Or is there any way to disable the deleting of appointment?

Regards

Nitin

Dobry Zranchev
Telerik team
 answered on 17 Jun 2010
1 answer
181 views
The pageview does not support auto detection of mdi child windows the way the previous raddock control worked.  How do we solve this?

Deyan
Telerik team
 answered on 17 Jun 2010
1 answer
123 views
Hi,

I am using 2009 Q1 windows radcontrols in windows application. i would like to upgrade to new version.
I am referencing the  below article to upgrade to new version.
http://www.telerik.com/help/winforms/application_upgrade.html

I am not seeing Telerik menu in visual studio.
How to get Telerik menu in Visual studio ?
Where can i find the Telerik Project Upgrade Utility ?

Any help is appreciated.

Thanks
Veshala
Stefan
Telerik team
 answered on 17 Jun 2010
3 answers
138 views
Hi,

I'm looking for a way to make a gant chart with the RADgridview control.

It may be quite simple
Column 1 : Name
Column 2 : Task
Column 3 to 370 : Calendar (1 column by Day) and must be scrollable (whithout scrolling the firsts 2 columns)

I was thinkin to put a RADGridView control in a parent RADGridView but I don't know if it is possible and how to do.

An other way is to have all column in one gridview but in this case I don't know how to do whith the scrolling problem...

Can you help me ? Have you others ideas ? A sample ?

Thanks all
Boryana
Telerik team
 answered on 17 Jun 2010
1 answer
83 views
Hi,

I'm using the image for the arrow button of combo box.when the preview of combo box is seen, the arrow button is looking good but when that theme is applied to the control then it is looking differently.
Please check this issue as soon as possible.

Find the screen shot where you can observe the differences.

Thank you,
Pradeep
Stefan
Telerik team
 answered on 17 Jun 2010
1 answer
574 views
Hello,

I am using radgridview in my application,
I found that, on selection changed event i am not able to get latest rowindex.
e.g.  current rowindex is = 5
       I select new rowindexed 10
        On selectionchanged i found currentcell.Rowindex = 5 ( Old index )

How can i get LatestRow index in the event, same as in Datagridview selection changed of microsoft control?


Thanks,
Jack
Telerik team
 answered on 17 Jun 2010
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?