Telerik Forums
UI for WinForms Forum
2 answers
145 views
Hey I just noticed that if you setup a Yearly Recurrence using the second option it doesn't work correctly.
It doesn't always reoccur yearly.

Example 1:
If I choose for the appointment to recur every first day of March with a end after count of 4, it reoccurs as a daily recurrence. 

Bottom line: as far as I can see is if you have First selected in the first drop-down or anything other than a Weekday selected in the second opt. it screws things up.

Is there a fix for this?
Thanks!
Dobry Zranchev
Telerik team
 answered on 28 Feb 2011
2 answers
177 views
I am using a Q3 2010 RadTreeView with "ShowLines" and "Show RootLines" set equal to "True" and LineStyle = "Solid".  I have the Theme set to "Windows 7" which theme is also dropped on the parent Form.

I have only one root node added at design time.  That nodes "lines' shows as configured in the Designer.  But as soon as I run the program, the line disappears.   When my code adds many other nested child nodes, no lines show for any of them either.

The .CHM file mentions only the "ShowLines" property without referring to any other required associated properties.  Is there an associated property I need to set.to get the lines to show at run-time?   Is there something about the Windows 7 theme that overrides my "ShowLines" setting?  (I would expect explicit manual property settings to override any theme's defaults).

Thank you.
-Bob
Julian Benkov
Telerik team
 answered on 28 Feb 2011
4 answers
364 views
HI all,

Is it possible to arrange columns so that they will look like this:
----------------------------------------------------------------------------
                                               |   c o l u m n   h e a d e r 2
                                               --------------------------------------
c o l u m n   h e a d e r 1   |   c o l u m n   h e a d e r 3
                                               --------------------------------------
                                               |   c o l u m n   h e a d e r 4
----------------------------------------------------------------------------
                                               |   column 2 data
                                               --------------------------------------
column 1 data                       |   column 3 data
                                               --------------------------------------
                                               |   column 4 data
----------------------------------------------------------------------------

I've tried this with HTMLViewDefinition, but it doesn't help a lot. Using HTMLViewDefinition I faced issues with setting correct widths for the columns (every time it either auto fills if AutoSizeColumnsMode is set to 'Fill', or shrinks if it set to 'None').

Setting a view.RowTemplate.Rows[0].Cells[0].Width to any value doesn't help as well.

I've read this discussion about using one column header for two columns, located here:
http://www.telerik.com/community/forums/winforms/gridview/span-multiple-columns-with-gridview-header.aspx
But not sure that it could be used in my case.

Also, I've took a look at these two articles:
http://www.telerik.com/help/winforms/overview2.html
and
http://www.telerik.com/help/winforms/columngroupsview.html

Could you please advise on how to arrange columns the way I need?

Cheers,
P
Martin Vasilev
Telerik team
 answered on 28 Feb 2011
3 answers
212 views

Hi,
I have got a problem with the "ScrollControlIntoView" Method of the Radpanelbar control.

After the "radPanelBar1_PanelBarGroupCollapsing" Event, the collapsing Item should scroll into view.
The function should be likely this.

private void radPanelBar1_PanelBarGroupCollapsing(object sender, PanelBarGroupCancelEventArgs args)
        {
            this.radPanelBar1.ScrollControlIntoView(this.radPanelBar1.Controls[this.radPanelBar1.Items.IndexOf(args.Group)]);
        }

but it doesn't work. Please help me.
Ivan Petrov
Telerik team
 answered on 28 Feb 2011
4 answers
143 views
Can you tell me what the possible beta / release date would be for the Winfroms Q1 2011.

I am busy with a multi language app and would see this as a plus in my development.  I use a lot of RTL (right to left) languages in my app (like Arabic and Urdu) and some other languages.  Controls that support RTL  languages (efficiently) are very few. 

Some of your competitors claim that they support RTL, but when testing their products, they have failed miserably.  When writing to their support teams about problems experienced, the common excuse is - "this or that" has not yet been implemented for RTL languages.  Hopefully, you will have a workable solution that supports RTL in the true sense.

Is their any way to test a pre beta version.

Many thanks
Ivan Todorov
Telerik team
 answered on 28 Feb 2011
2 answers
225 views

I'm evaluating buying the RadControls WinForms for the following use case:

To log millions of messages into a customizable grid GUI (e.g. similar features of Telerik's Win Forms Datagrid).

Since this should be used for logs from specific hardware I'm forced to use as a storage a file or a flat database (I don't want to use SQL server or so).

The gridview shall be customizable and fast on inserting new rows and when grouping/filtering/formatting. All these operations need to be done while the grid collects data on a pace of ~1000 events/second.

Would you recommend your grid for this purpose?

Stefan
Telerik team
 answered on 28 Feb 2011
4 answers
586 views
If I set the background image of a group box, it does not appear on the background of the groupbox. What is the solution for this?


Thanks
Deepak
Todd Stanistreet
Top achievements
Rank 1
 answered on 28 Feb 2011
6 answers
567 views
Hello -

I thought this would be easy enough, and am still sure it must be, but .....

Can anyone post a snippet of:

1) How I would change the currently selected tab in a radribbonbar programatically?
2) Tell me which event gets fired when the selected tab changes?

My situation is that I have a standard windows tab control nested under the radribbonbar control. When the user changes the selected tab on the radribbonbar, I need to change the selected tab on the standard windows tab control as well.

Thanks much -
Jack

Richard Slade
Top achievements
Rank 2
 answered on 28 Feb 2011
1 answer
162 views
Hello,
         How to work with Telerik title bar because we basically drag rad controls on visual studio winform. Can u suggest me?

Thanks in advance...
Richard Slade
Top achievements
Rank 2
 answered on 28 Feb 2011
4 answers
474 views
hi
i locate raddock on form
and add text to caption but i want set text align to right or center  not left
i select image for raddock but not view image
hot i select image as icon in raddock
Richard Slade
Top achievements
Rank 2
 answered on 28 Feb 2011
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?