Telerik Forums
UI for WinForms Forum
1 answer
127 views
Hi,
I am using winforms gridview, when grid is selected & i press the TAB key, next row of grid gets selected.
how can i acheive lostfocus of grid and setfoucs of other control on TAB key press?
Jack
Telerik team
 answered on 08 Jul 2009
4 answers
76 views
Q2 throws an exception when I try to add 2 RadButtons with the same name to a RadPanel.Controls Collection.
This was possible in Q1, had to add code to generate uniqe names.

Not documented AFAIK. Please update your documentation with all the breaking changes introduced in 2009 Q2.

Kind regards
Erwin
erwin
Top achievements
Rank 1
Veteran
Iron
 answered on 08 Jul 2009
2 answers
279 views
Hello,
I am using the latest version of the controls and I'd like to be able to set the text of a MultiColumn Combo Box to read only.

'm using the combo for a multi column selection so the users can see more information on a row, but the text should be read only. In your demo also it is possible to freely type into the text area.. I've had to get round it like this.. which is hardly elegant..

 

Private Sub ComboVatRates_TextChanged(ByVal sender As System.Object, _

 

 

ByVal e As System.EventArgs) Handles ComboVatRates.TextChanged

 

 

Dim rowInfo As GridViewRowInfo = DirectCast(Me.ComboVatRates.EditorControl, RadGridView).SelectedRows(0)

 

 

If Not rowInfo Is Nothing Then

 

 

Me.ComboVatRates.Text = rowInfo.Cells(1).Value.ToString()

 

 

End If

 

 

End Sub

 

Nikolay
Telerik team
 answered on 08 Jul 2009
3 answers
164 views

Hello Telerik,

I am using RadMenu in my winform application and want to use hotkeys (e.g. Alt + A) for them. I try use the CommandBinding property for the menu items and use it as described on the support forum.

<admin>Obsolete Command Binding Link</admin>

The hotkey for a specific menu is only working when the mouse pointer is above it and is not working from any where else in the form (when mouse is not over it). So could you please help me in this regard and provide me with an example code for VB in VS2005.


Regards,

Haroon
Nikolay
Telerik team
 answered on 08 Jul 2009
0 answers
81 views
Hi!!

I'm noting some situation about GridViewNewRowInfo, because when CellEndEdit in first GridViewColumnComboBox column, I'm trying to put some text in a non-editable cell - 2nd column - according to index selected in first column, but text cells doesn't reflect the change (It keeps showing data text from DefaultValuesNeeded). I'm trying some like this into CellEndEdit event:

if (grdGridData.CurrentRow is GridViewNewRowInfo) 
  ((GridViewNewRowInfo)grdGridData.CurrentRow).Cells["DESCRIPTION"].Value = "Some text...";

Thanks

 

 

 

Aldemar
Top achievements
Rank 1
 asked on 07 Jul 2009
10 answers
133 views
So I upgraded my project and it broke right out the gate do to the radtitlebar...
So I decided to remove it and readd it thinking maybe it was a link poblem...

Everytime i go to add it to the form all i get is a nice fat:
No such property registered: Image, Telerik.WinControls.UI.RadButtomItem

Ok so I never delete my debug/release folders because I normally have resources in them that
i want and/or dont want to rebuild my entire project. Upgrading is normally very easy with the upgrade tool
and what not but sometimes you fail to forget linkage problems and spend the next hour
trying to figure out why something isn't working.

If you are having a similar problem above and Clean doesn't work shut down your project and delete
your debug/release folders reopen the project and compile it will work fine there after.

I know this is pretty simple stuff but if you are like me the simple stuff gets over looked because I tend
to think of bigger problems :)
Fred
Top achievements
Rank 1
 answered on 07 Jul 2009
1 answer
183 views
AutoDetectMdiChildren is work great but only for System.Windows.Forms.Form not RadForm.
I used RadForm as MdiChild and found that different from normal windows form.
The title bar of RadForm was showed in DocumentWindows, that's strange.
I changed FormBorderStyle to None but title bar still appear.

Please tell me how to use RadForm as MDI Child.

Apichat
Nikolay
Telerik team
 answered on 07 Jul 2009
2 answers
195 views
i read help document and does not explain how i can use Mdichildre.
I have an application with new Q2 RadDock. (i migrate).
I create tabdocumentes
 IVVSA.Solicitudes.WinForms.VSolicitudLocales frmsolicitudlocales = new IVVSA.Solicitudes.WinForms.VSolicitudLocales(((vPrincipal)this.ParentForm).Credencial);
                        frmsolicitudlocales.MdiParent = this.ParentForm;
                        frmsolicitudlocales.Dock = DockStyle.Fill;
                        frmsolicitudlocales.Show();

forms created like HostWindow and is into radDock1.DockWindows.ToolWindows. 
Is possible set into radDock1.DockWindows.DocumentWindows?

if i have a button in form to close then not run. Close from Form not fires close from radDock.
how i do it?
I suggest about an example to do correctly these problem. Manage MdiForms in tabDocuments.


Nikolay
Telerik team
 answered on 07 Jul 2009
1 answer
133 views
Hi:
How can I do the grid displays a default value in one cell, when inserting a row?
Jack
Telerik team
 answered on 07 Jul 2009
1 answer
96 views
Based on the traffic here, the beta does not seem to have a big response in the community.

Why? Some suggestions:

The released product feels a lot like an ongoing beta, with all the bugs that break existing functionality in each and every new release that I worked with so far. People are probably not keen on trying something that Telerik labels 'Beta'.

The beta is so buggy and incomplete, that after first sight I am reluctant to work on a version on my app using the new docking manager.
Will there be a new and feature complete beta before release of Q2? I'm afraid the Q2 will not be usable. So should we wait until SP2 or SP3 of Q2? On the other hand, if there is noone using the stuff, you will not get real bugs fixed.

The incentives of working with the beta and reporting bugs might not be attractive enough. How about giving a free one year license for everybody who reports a bug.

The most important question: are you going to maintain the present docking manager (Q1) (inkl. fixing its many bugs).

regards
Erwin
 
Vassil Petev
Telerik team
 answered on 07 Jul 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
ProgressBar
CheckedDropDownList
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?