Telerik Forums
UI for WinForms Forum
2 answers
108 views
Hello!

We started our trial of the Telerik controls yesterday, and one of our main points for evaluating is the WPF suite.  We are current Sitefinity customers and all of our shop has used the Telerik development suite in the past at former jobs, so we are looking to purchase this suite and not have to go to a competitor.  We were a bit disappointed to see that the trial is .NET 3.5 only (unless I'm missing something?).  When I saw that the beta was in .NET 4.0, that looked much more appealing.  Plus, the controls that are new in the 2011 release are all controls we really need for our project (two of them are dealbreakers or dealmakers).  I looked around but I don't see a way to download the beta.  Is that not available when you are in a trial period?  I realize the controls are still in beta and it wouldn't be in great taste to make an evaluation off of beta code, but we are VERY familiar with Telerik and how great the controls are, so we're not afraid of a few bugs.  It's pretty easy for us to tell what is a Telerik limitation and what is a bug since we've all done Telerik-based projects in the past. I feel like we cannot do a proper evaluation without the controls being in .NET 4.0 and not having the new controls available.  I see the release isn't until next month, but, unfortunately, we need to make a decision before then.

I tried to submit a support ticket, but my account says I am not licensed to submit a ticket, so I didn't know where else to go other than the forums.

Is there any way to get a direct link to the WPF 2011 Q1 beta?

Much appreciated,
Doug 
Doug
Top achievements
Rank 1
 answered on 28 Feb 2011
6 answers
108 views
I have a ribon bar with a couple of ribon bar buttons groups. I added some butons with icons. After a while I changed the icons and  i deleted the old icons. After a couple of hours of normal working, I started getting error messages about the old icons that were deleted. THe error message complain about missing these old icons. I closed the solution and reopened and surprise , all my buttons on ribbon bar dissapear, the only things remaining are ribbonbbarbuttongroup.

I work with VS2008

So where are all my buttons ????

Stefan
Telerik team
 answered on 28 Feb 2011
2 answers
114 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
138 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
303 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
165 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
110 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
171 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
516 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
501 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
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
CheckedDropDownList
ProgressBar
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
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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?