Telerik Forums
UI for WinForms Forum
1 answer
181 views
DateTimePicker wont update till it loses focus.

Using VB.NET new win form, drop a DateTimePicker Rad control on the form.

Run the app.

Click the dropdown and the calendar appears. Select any date and the calendar disapears but the value in the control is not updated.

If you then click another control on the form the value will update.

Using version 2010.1.10.308 of the RadDateTimePicker control.

It doesnt perform like a standard DateTimePicker control where once a date is selected it populates the controls text field with the selected date.

I am having the same exact problem with the RadSpinEditor control.
Boyko Markov
Telerik team
 answered on 15 Apr 2010
1 answer
139 views
Hi, Having alot of troubles with this and hope you guys can give me some pointers how to resolve this.

I have a DTO that implements INotifyPropertyChanged that fires when a bool is changed. Ex:
private class IssueMessageGridView : INotifyPropertyChanged 
        { 
             

            private bool _marked; 
            public bool Marked 
            { 
                get 
                { 
                    return _marked; 
                } 
                set
 
                    _marked = value; 
 
                    if (PropertyChanged != null
                    { 
                        PropertyChanged( thisnew PropertyChangedEventArgs("Marked")); 
                    } 
                     
                } 
            } 
            public event PropertyChangedEventHandler PropertyChanged; 
        } 
 

This bool is databinded to a checkboxcolumn.

This I will use to multiselect rows from child grids. So when the user click on a child grid row, is will get marked. And then selects a row from another child grid view, this will get selected also. This is not supported in the radgridview.multiselect property.

I updated the Marked property on the IssueMessageGridView in a selection changed event fired method. But when the selection to another child grid view, the unselected grid is not updated even when the PropertyChanged event is fired on that object.

How do I update a child grid view thats not selected..?

Regard Harald
Jack
Telerik team
 answered on 15 Apr 2010
7 answers
140 views
Hi,

Who can help me.
I don't want image at background of bottom of carousel have fade to opacity.

Thanks
Peter
Telerik team
 answered on 15 Apr 2010
2 answers
234 views
Hello,

if I use a custom context menu it replaces filter custom menu, too. But I want to use default filter menu and custom grid menu togther. In my opinion there should be a distinction between grid context menus.

There should be 4 different context menus:

- row menu
- column header menu
- row header menu
- filter context menu

I use custom context menu to define actions on databound grid item ( open /  copy / delete... )

I use 2009.3.10.108

Regards,

Markus

Jack
Telerik team
 answered on 15 Apr 2010
1 answer
109 views
Hi,

I'm using Telerik RadControls for WinForms Q3 2009 SP1,.net 2.0 and Visual Studio 2005.  I have a windows application which contains a form with a RadTabStrip containing several RadTextBox. Whenever I press "Tab" in a textbox I heard a beeping sound and the focus does not leave the textbox. "Tabbing" behaves normally (move control to another control on the form) whenever the textbox is not within a RadTabStrip. Any idea?

Thank you.
Celia
Nikolay
Telerik team
 answered on 15 Apr 2010
2 answers
185 views
I've set WrapText = true on my column.  It works fine in read mode, but when I go to edit the value, the wrapping is lost and makes the it very difficult to edit the value of the cell.
Gary
Top achievements
Rank 1
 answered on 14 Apr 2010
3 answers
265 views
I've got an app that does the following:

1) Load a DataTable with info
2) Attach the DataTable to the RadGridView
3) Runs a threaded, long process using a BackgroundWorker object.
4) Since it's using a separate thread, I update the rows with new information via the DataTable object using the row number as my identifier to know which row needs updating.

This is all fine until the GridView is grouped. If I group, then run the same process, the row number for the GridView has changed, but not for the DataTable object. How can I get them the same so I know which row to update?
Martin Vasilev
Telerik team
 answered on 14 Apr 2010
3 answers
200 views
Hi
i am pissed off... this little code is not working past 3 hrs.
What i want to do is apply breeze theme with "RED" color instead of "Blue" color. 
I am trying to do as show in example "Integration/Theme color blending".  but don;t know what i am missing.

 

private void Form3_Load(object sender, EventArgs e)

 

{

 

this.masterCountryTableAdapter.Fill(this.dsDataSet.MasterCountry);

 

 

ThemeResolutionService.ApplyThemeToControlTree(this.radGridView1, "Breeze");

 

}


 

private void button1_Click(object sender, EventArgs e)

 

{


currentTheme =

ThemeResolutionService.GetTheme("Breeze");

 

 

//if (currentTheme.ThemeProperties.ContainsKey("BaseColor"))

 

 

//{

 

 

// this.colorForm.SelectedHslColor = (HslColor)currentTheme.ThemeProperties["BaseColor"];

 

 

// return;

 

 

//}

 

 

HslColor baseColor = HslColor.FromColor(Color.FromArgb(250, 0, 0));

 

 

//this.colorForm.SelectedHslColor = baseColor;

 

currentTheme.AddColorBlend(

"BaseColor", baseColor);

 

}
Nikolay
Telerik team
 answered on 14 Apr 2010
1 answer
128 views
Hello
I added a RadComboBox to a WinForm with AutoCompleteMode = AutoCompleteMode.Append. In the SelectedIndexChanged Event I have this Code:
Console.WriteLine(radComboBox1.SelectedValue);  
In the Form_Load method I have this:
IList<MyObject> orte = new List<MyObject>();     
orte.Add(new MyObject(1, "aaa"));     
orte.Add(new MyObject(2, "bbb"));     
orte.Add(new MyObject(3, "bbb"));     
 
radComboBox1.DisplayMember = "Ort";     
radComboBox1.ValueMember = "Id";     
radComboBox1.DataSource = orte;   
 
I start the application, then I select the second bbb entry with the mouse. Then I press the tabulator key. The combobox then will select the first bbb (SelectedValue is 2). In AutoCompleteMode None it works fine.
Is there a workaround for this?
Thank you
wima
Victor
Telerik team
 answered on 14 Apr 2010
5 answers
156 views

If you look at the example http://www.telerik.com/help/winforms/combo_databindingcustom.html  I dont want to see the discontinued items in the list when i open the combobox, but i need to see the text if i bring up an old record that has since had the item discontinued.

Can this be done?


Victor
Telerik team
 answered on 14 Apr 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
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
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?