Telerik Forums
UI for WinForms Forum
1 answer
159 views
Hi,

I want to do some action on click of the RadPanelBarGroupElement just as we do some action on click of its contituents controls ( RadButtonElement / hosted controls ).

From the documentation , I learned that RadPanelBarGroupElements have only 2 events.
1) RadPanelBarGroupElement.GroupExpandedChanged
2) RadPanelBarGroupElement.GroupSelectedChanged 

None of these events are helping me because they are fired also when the form is loaded and when the group is deselected.

I just want to load one form ( add a usercontrol ) on click of RadpanelBarGroupElement.

I tried to add an event on Action --> click , but the event doesnt get fired on clicking the RadpanelBarGroupElement.

Can someone please tell me how can i have same behavior of  (click on RadButtonElements ) on RadpanelBarGroupElement as well without the events getting fired multiple times.

Thanks
barkha
Jordan
Telerik team
 answered on 24 Oct 2007
1 answer
191 views
Hello,

I would like created a footer with the total of a Column in my GridView ?

Regard's

Lione
Jack
Telerik team
 answered on 24 Oct 2007
7 answers
121 views
Hi, there is a bug in RadTabStrip in release Q2 2007 SP1.

Try this:

1. Drag RadTabStrip in the form
2. Write name in tab ("Type here") and press enter
3. Tha tab just created doesn't appear until RadTabStrip is resized

Regards,
Lorenzo
Brad
Top achievements
Rank 2
 answered on 24 Oct 2007
3 answers
126 views
In the "Adding Screen Tips" example I can't find a way to apply the screen tip template after clicking on the screen tip property drop-down-arrow.  And if I just click off the pop-up the form will crash in the IDE (after close and reopen) because it has added design items that are not fully configured.
Jordan
Telerik team
 answered on 23 Oct 2007
3 answers
133 views
I drop two TabStrips, A and B onto a Form, where A contains B. If I set the Dock property to be Fill, I find that the items in A will be covered by B at Designer.
Is there a workaround to this peculiar phenomenon.

Thanks,
Ricky.
Boyko Markov
Telerik team
 answered on 23 Oct 2007
1 answer
234 views
I am currently evaluating rad controls for WinForms and wonder if you have any examples of using the RadRibbonBar dynamically.  I am able to add controls to a RibbonBarChunk dynamically based upon a selection from a database, with no problem. However I am struggling  with how to interact with those newly added elements [gallery items].  By querying a database I add a ribbonbarchunk and then add galleryitems based upon the results of the query. I need now to add code which will perform a query on another database based upon the which galleryitem the user has clicked. I suppose my question is this. How do I write code for an event on a dynamically added galleryitem to a ribbonbarchunk? If you have any examples (preferably in VB) I would be most grateful.

Paul
Kiril
Telerik team
 answered on 23 Oct 2007
1 answer
123 views
Hello,

We currently have a browser based application that extensively utilizes RadControls for ASP.NET. We have been considering providing a second front-end option to our customers that would use RadControls for WinForms to address some performance issues we see occasionally that appear related to slow browser rendering on older machines using older browsers (we have some very large forms and grids in a few places).

Am I correct in assuming that both Prometheus and Silverlight versions are strictly for browser based applications? And if so, is there any reason to suspect there might be significant performance improvements in either of those versions in regards to browser rendering?

Also, I was able to find Product Roadmap info for the browser based stuff, but could not find anything about the WinForms stuff. Can you please provide some insight as to the direction you are headed and what the plan is for WPF support in that regard?

Thanks,
Tom
Vassil Petev
Telerik team
 answered on 23 Oct 2007
3 answers
241 views
Hello,

I'm adding items at run-time to a RadListBox. Some of the items need to be aligned to the left and others to the right.

For the items that need to be aligned to the right, I've tried the following methods:

item.TextAlignment = ContentAlignment.TopRight;

item.StringAlignment = StringAlignment.Far;

TextPrimitive primitive = (TextPrimitive)item.Children[2].Children[1].Children[0];
primitive.PaintTextFormat.LineAlignment = StringAlignment.Far;
primitive.Alignment = ContentAlignment.TopRight;
primitive.StringAlignment = StringAlignment.Far;
primitive.TextFormatFlags = TextFormatFlags.Right;

And some other variations. But none of them work. At best, I get the text pushed a bit to the right: the longer the text string the further right it's pushed. That is, I get the following:

 abc
   asdfghjk
       fdfhjsgkljshgadkjhsalkdhas

Any way to get the alignment to work right?

Thanks!
Peter
Telerik team
 answered on 22 Oct 2007
1 answer
340 views
Hello.

I have a Windows Form and a RadGridView (with default theme), I added some columns manually using the RadGridView Property Builder (not from a database table or any datasource) and then I added a GridViewCommandColumn.

The problem is when I set the TextAlignment property of  Telerik.WinControls.UI.GridViewCommandColumn to MiddleCenter (with DefaultText = "Print", UseDefaultText = True), the alignment doesn't change and the text in the GridViewCommandColumn is always aligned to MiddleLeft.

am I setting the TextAlignment in the wrong place?

Thanks in advance.
Jack
Telerik team
 answered on 22 Oct 2007
3 answers
119 views
Hi All,

Am just doing a simple exercise of creating a new theme for the radButton.

These are the steps am following
1) Open the VisualStyle Builder.
2) Load the RadButton control.
3) Select on FillPrimitive of the RadButtonElement and change the BackColor, BackColor2, BackColor3 , BackColor4 from default blue to anyother color.

Now at this stage I dont see any change in the color of the button.

However, If I change the Text:RadButton property under ImageAndTextLayoutPanel then I definitely see the change in the color of the text "RadButton" to whatever I select.
I can also apply different color to the button on IsMouseOverButton.

Why am I not able to see any change in the color of the button from standard blue to any selected one?

Looking forward for your reply.

Thanks
-barkha
Dwight
Telerik team
 answered on 22 Oct 2007
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?