Telerik Forums
UI for WinForms Forum
3 answers
171 views
I would like to be able to use the scheduler to sow milestone events or reminder/appointment events.

A milestone event would have a day but not start or end time associated with it. It would be used to flag that something should happen or have happened on/by a particualr day.

A reminder/appointment event would have a day and a start time, but not an end time associated with it, eg a Dentist appointment at 2:00pm today or Get Report to Boss by 5:00 pm.

Both these features could be fudged by changing the display on the calendar so that it only displays 0, 1 or two dates (the event edit dialog currently requires two different times to be entered). But I cannot see how to do this. Can it be done, and if so how?

I think that both of these types of scheduler events would be useful additions for future releases.

Can the default height of a scheduler event be modified? At the moment in many instances nothing can be seen other than the start and end times of an event if the width of the scheduler component is not full screen. It would be useful to be able to increase the display height of an event so that a couple of extra lines of information could be displayed.

It would be good to have more built in support for mouse over event of a scheduler event. At the moment there is a tool tip showing the event Tilte, but it would be good to have options to automatically also display Place and Descriptions details when the mouse is over an event in the scheduler.

Barry

Jordan
Telerik team
 answered on 14 Apr 2009
1 answer
128 views
I'm not really sure what's going on here. But i need help. Using RadControls for WinForms Q2 2007. (Upgrade is not a solution).

I am using a multithreaded splash screen in my application (used this http://www.codeproject.com/KB/cs/apploadingarticle.aspx?fid=14122&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=405630)  I notice an unusual behavior that the multithreading causes: Somtimes buttons don't have text, and grids populate in memory but do not load the rows visually. 

It is somehow caused by the multithreading, but the multithreading used is actually somewhat simple and shouldn't be causing any windows messaging issues. 

Before my form loads, I create a new thread, and on it I draw my splash screen in a new message pump while my RadForm Loads.  After it's loaded, I dispose my splash form and exit that thread completely.  However, now during the lifetime of the application, all my RadControl's visual styles act extremely funky.  It seems that they don't receive painting messages properly somehow or something.  I am very frustrated, and after extensive scrutiny, cannot see anything wrong with my code. 

Is this a known bug or something?  Can anyone help?

Mike
Telerik team
 answered on 14 Apr 2009
1 answer
90 views
Hi,

I am using RAD Winforms Control Q1 2009. I have not installed the setup but using those dlls. I have added them in my toolbox and drag drop treeview control on my form.

First problem I have faced it the treeview control is not getting added on my form instead it was added as component (just like if we add timer, it not displayed on form but at the bottom like components)
I have to write manual code in .designer file and I had written like this.controls.add(this.radtreeview1);

Second thing I have faced it I was trying to add child nodes from designer. I could add root nodes but how can I add their children nodes. I could not find childnodes property in root nodes.
I have even edited .designer file and it works.

Am I missing something or I have to install the setup.

Thanks & Regards,
Divyesh Chapaneri
Victor
Telerik team
 answered on 14 Apr 2009
1 answer
122 views
Hello -

If I subclass RadTabStrip, I find that I lose the default theme.  Here is the code:

        public class Tabs : RadTabStrip 
        { 
        } 
 
        void Form1_Load(object sender, EventArgs e) 
        { 
            var tabs = new RadTabStrip(); 
            Controls.Add(tabs); 
            tabs.BeginInit(); 
            tabs.Dock = DockStyle.Fill; 
            tabs.Items.Add(new TabItem() { Text = "First" }); 
            tabs.Items.Add(new TabItem() { Text = "Second" }); 
            tabs.Items.Add(new TabItem() { Text = "Third" }); 
            tabs.EndInit(); 
        } 

The above works great & is themed with the default Telerik theme.  However, if I replace "new RadTabStrip()" above with "new Tabs()", the default theme is lost.  For RadElement subclasses, I was told to override ThemeEffectiveType and return the base Telerik type, which works quite nicely.  However, being a Control rather than a RadElement, RadTabStrip doesn't support this virtual method.  I'm guessing there is some other simple way for my subclass to not get in the way of the theme mechanism.

Thanks!
- Mike
Victor
Telerik team
 answered on 14 Apr 2009
3 answers
150 views
Has the issue been resolve that enables you to customize the RadTitleBar within a RadForm.  I have tried to save both within my theme file and the TitleBar is not formatting appropriately, nor can i add a TitleBar without the one from the RadForm showing through.
Vic
Top achievements
Rank 1
 answered on 13 Apr 2009
4 answers
75 views
Just downloaded the new WinForms 2009 Q1. 
Before installing i've tried to uninstall the WinForms Q3 2008.

The uninstall process fails with  the following error:
Error 1325. VS2005PUBASM is not a valid short file name.

Important : I don't have vs.net 2005 in that machine..

Thanks in advance, 
Sebastian Talamoni
Jordan
Telerik team
 answered on 13 Apr 2009
1 answer
151 views
When setting the FormatString property of a GridViewDecimalColumn to "{0:c}", the output shows a boxlike symbol rather than the dollar sign. The FormatInfo property of the column is "Default". The current culture on the machine is en-US. If I set the FormatInfo specifically to "en-US", the column formats properly with the expected "$". 

I am using version 2009.1.9.311 and the data is the supplied AdventureWorks database, SalesPerson table, SalesQuota column.

thank you,
-Noel

Nick
Telerik team
 answered on 13 Apr 2009
1 answer
116 views
Hello,
I wanted to know how can I use the PanelBar to make a panel Collapse and Expand...
Can you send me an example? So I could understand better the way of the use the PanelBar...
Thanks,
Evellyn
Nick
Telerik team
 answered on 13 Apr 2009
5 answers
459 views
I want to validate the current cell before the user moves away. To achieve this I am using the Validating event of the GridView.  However when I check the value of the current cell (radGridView1.CurrentCell.Value) it shows the cell's old value which is useless for validation. I want to get hold of the new value.

I did some experiments with ValueChanging event  but it fires upon every keypress and therefore cannot be effectively used.

I simply want to validate the text of a cell before the user is allowed to move away.

Tariq Changgez
Deyan
Telerik team
 answered on 13 Apr 2009
1 answer
114 views
Hello,

I have a RadGridView generated with many rows. This grid is in virtual mode. Now I want to generate groups. The GroupByExpression property doesn't work. How can I generate groups in virtual mode?

Julian Benkov
Telerik team
 answered on 13 Apr 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
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?