Telerik Forums
UI for WinForms Forum
3 answers
276 views
hi guys,

ive recently updated my visual studio 2008 to visual studio 2010. before doing it ive uninstalled telerik controls and also visual studio 2008.

when i installed everything again. i did not encounter any error. but when i create a new project or opened an old project, and tried to add a Radform i could not add it. normally i just do a simple add item and then select the Radform. unfortunately, now cannot select the Radform nor could not see any item for radcontrols.

hoping for your help.

thanks.

joey
Aylin
Telerik team
 answered on 03 Jul 2012
2 answers
224 views
Hi,

I'm a begginer with Winforms controls and i'm writing a new VB.Net application. What pattern is the best to use with Telerik Winforms controls? (MPV, MPC, M-V-V-M)

Do you had some example for me using this "best" pattern to start the GUI of my new app?

Thank you.
Allin
Top achievements
Rank 1
 answered on 03 Jul 2012
8 answers
188 views
Hi,

I can not find the Desert Theme at design time on my radcontrols after upgrading to Q3. If I try to apply this theme via programming, then no theme is applied.

Any ideas?

Thanks & regards,

Julio
Jack
Telerik team
 answered on 03 Jul 2012
9 answers
379 views
Hi,

I've a problem with the Autofilter in the MultiColumn ComboBox:

If AutoFilter is turned on, and I type some numbers in the CB and if there is only one value in the Combo Box which matches with the text we type it is automatically getting selected.

Is there a way to disable this function because extra numbers are getting added after the autoselect.

For eg if I m  typing the value 990113 in the text area of CB,and there is only one value in the Combobox which starts with 9901,then
if we just type 9901 the value 990113 will get automaticaly selected .So when we try to type 990113 ,
after we type 1 it will automaticaly select 990113 and it will also add 13 which we type and the value will be like this 99011313.

Please advise how to workaround these problems.

Thanks
Jack
Telerik team
 answered on 03 Jul 2012
3 answers
155 views
Hi,

I have the following scenario.

I have windows forms user control (written Framework 4, VS 2010, C#) and I need that user control to be dockable so users can move it from the main application window to the second monitor to be visible while main form is visible as well.

So I need to have a sample code or better a simple demo project in C#/VS 2010 that demoes how it can be achieved.

Regards, Anvar
Julian Benkov
Telerik team
 answered on 03 Jul 2012
5 answers
761 views
Hi,

I have a form(form1) and a gridview int it, and I am binding the grid with a datatable(access DB).
gridview.datasource = datatable

I have another form(form2) which pops-up from above form and I can add/delete rows to the above datatable(access DB).
I want to refresh the gridview on first form(form1) when form2 is closed.

How can I do this?

Julian Benkov
Telerik team
 answered on 03 Jul 2012
1 answer
233 views
I have a situation where I have a list of topics (stored in a datatable) that I would like to tie to multiple dropdownlists on separate tabs of my form.  In doing so, it appears that when I change the value of one, it changes the value of the other, triggering all of the index_changed events and every other repercussion that goes along with that (default values, etc.).  

Is there a way to tie this same datatable to multiple dropdownlists without having the selections mirror one another? I realize that I could loop over the table and add items but I would rather not go down that road.  The code that I am using to bind is below.  Any help would be appreciated.

With ddSMTaskType
                .BeginUpdate()
                .ValueMember = dtTaskType.Columns(0).ColumnName
                .DisplayMember = .ValueMember
.DataSource = dtTaskType 
                .SelectedValue = "Meeting"
                .EndUpdate()
End With

With ddSTTaskType
            .BeginUpdate()
            .ValueMember = dtTaskType.Columns(0).ColumnName
            .DisplayMember = .ValueMember
            .DataSource = dtTaskType
            .SelectedIndex = 0
            .EndUpdate()
End With
Peter
Telerik team
 answered on 03 Jul 2012
5 answers
563 views
When the user resizes a form and the RadMultiColumnComboBox is stretched to a larger size, the editor does not seem to stretch with it like you would expect.  So when you click the down arrow, the editor is much smaller than the width of the control.  Is there a property I can set?
Stefan
Telerik team
 answered on 03 Jul 2012
2 answers
285 views
We have identified several occurrences of multiple/duplicated ToolBox items existing in the Visual Studio Toolbox. Unfortunately these seem to stem from a glitch in Visual Studio, which was still not reproduced reliably so that we can fix it, or ask Microsoft for a fix.

Below are the different kinds of occurrences and their possible fixes:
  • Duplicate Toolbox items, remaining two entries per control:
    • this could be a result of having parallel RadControls installations, which is the correct behavior (Visual Studio 2008 only)
    • this could be the result of an improper deregistration of an older RadControls distribution, followed by the registration of the newer one. Usually either of the two approaches below helps fixing the problem:
      • Close Visual Studio instances, start Windows Explorer, navigate to %localappdata%\Microsoft\VisualStudio\10.0 and delete the *.tbd files
      • Right-click the Toolbox inside Visual Studio and click Reset
  • Multiple entries per control, number increasing with each start of the IDE: this is the worst scenario we have come across. All the registry entries and files on the customer machine seemed fine in this case. The only fix we were able to apply was a complete uninstall of RadControls and Visual Studio 2010, followed by a clean install of the IDE and the RadControls.
Kind regards,
Erjan Gavalji
The Telerik team
Petar
Telerik team
 answered on 02 Jul 2012
6 answers
1.6K+ views
When I have only 1 result in a grid, and I try to programmatically select that row it does not set the SelectedRows or associated properties.

var newrow = CurrentOrdersGridView.Rows.Where(o => ((TDOC2.UIFunctions.ORDER.OrderSearchResult)o.DataBoundItem).PRI == oldpri).FirstOrDefault();
 
            if (newrow != null)
            {
                CurrentOrdersGridView.CurrentRow = newrow;               
            }

I select the newrow from the gridview's Rows collection.  I see that I have a valid newrow.  CurrentRow is null before I set it to newrow, and gets set properly, but the SelectionChanged event doesn't fire.  And if you look at SelectedRows it has a count of 0, even though CurrentRow is properly set.  If I have 2 or more records it works fine.  It seems to me that the first row in Rows is considered selected by default, and so it's not registering a change.  But at the very least SelectedRows should be set when I assign newrow.
Jack
Telerik team
 answered on 02 Jul 2012
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?