Telerik Forums
UI for WinForms Forum
1 answer
152 views
I am trying to set the text property on the Wait bar but the text never appears.  Is there something I am missing?  I have worked around this for now by adding a label that is resized to the size of the waitbar then I set the text to Center\Center.  But it seems like this would be what the Text property is for.

Thanks in advance,
Lee
Nikolay
Telerik team
 answered on 27 Apr 2010
5 answers
304 views
Hello!

Whenever I press the alt-gr sign in a control that belongs to a radribbonbar, the shortcut-menu with numbers are shown, which is an intersting feature. However, if I'm for example in a propertygrid and want to type something that requires the alt-gr button to be pressed (e.g. $,@,€ and £ on my swedish keyboard layout), it will make the propertygrid lose focus and I have to click it again to continue writing.

How do I solve this the easiest way, is it possible to disable the hotkey-function?

Best Regards, 

Joel Sanderi
Nikolay
Telerik team
 answered on 27 Apr 2010
9 answers
239 views
When I add labels dynamically to the content panel, the content panel only displays the first label added.  When I convert the labels to radLabelElements and add them directly to the groupElement, all of them display but the content panel is pushed south causing my panelbar to scroll.

This is how I add labels to the content panel (only first one shows):
Label lbl = new Label();
lbl.Text = "HI";
grpElement1.ContentPanel.Controls.Add(lbl);
Label lbl2 = new Label();
lbl2.Text = "HI2";
grpElement1.ContentPanel.Controls.Add(lbl2);

This is how I add radGroupElements to the groupElement (pushes contentPanel south):
RadLabelElement lbl = new RadLabelElement();
lbl.Text = "HI";
grpElement1.Items.Add(lbl);

I would really just like to add labels to the content panel since my theme has it looking nice... Can someone please give me a tip on how to fix this?
Thanks - Kerri
Nikolay
Telerik team
 answered on 27 Apr 2010
2 answers
255 views
I am creating a gridview, columns and rows dynamically using .Rows.AddNew();.  My problem is when I try to set a row enable to false I get a null ref when trying to set the .VisualElement.Enabled = false;.  I think the property is null because the grid does not created the visualelement until run time (I think i read that somewhere).  However, that seems to be the only way to set the enable property.  If this is true, how can I set enable false for a row before the grid is rendered? I have tried using the RowFormatting event but it fires everytime the row has focus. The user needs to be able to change the stated of the property once the grid is rendered, but that calls the RowFormatting event and set it back to false.  I only want to set the enable property when loading the grid or by firing event to enable it later.

Stephen.
steve
Top achievements
Rank 1
 answered on 26 Apr 2010
3 answers
531 views
Hi,
my users have asked for the information I put in a summary row to be in the group header. i.e. they want to look at a grid which has column names and group headers and only see the summary information.
so they will only exand a group if they are interested in drilling down.
I have added a summary row at the top, which helps, but they still have to open a group to see them. If the grid is collapsed they only see the group by names.

thanks
mark
Martin Vasilev
Telerik team
 answered on 26 Apr 2010
5 answers
627 views
Hi,

I need to show many lines of text, so sometime there will be a scrollbar when needed.
The control is read-only.

I need to control about the scrolling:
1) Graphic image (and size) of the scroll-bar, up arrow and down arrow
2) delay and speed of repeated scrolling when the user mouse-clicks the up-arrow or down-arrow
3) speed of movement of the scroll-bar when the user moves it with the mouse.

Do you provide this functionality?
If yes, how to write this?
If no, can you suggest an alternative?

Thank you!

Victor
Telerik team
 answered on 26 Apr 2010
1 answer
239 views
Hi
    I have two columns in radgrid Column1,Column2..Radgrid is not Databinded..I want to enter row manually..Column1 is combobox..It has items A,B,C and values 1,2,3..Column2 is Text box.When i select the combobox, its selected value should be set to the second column..again in new row when i select combobox its selected value should be set in Column2..I am using C#.

Thanks 
Razeen
        
Jack
Telerik team
 answered on 26 Apr 2010
3 answers
98 views
Hello,

1- add a RadTelerikForm to a windows project
2- set BOTH righttoleft=yes, righttoleftlayout=true
3- Form is distorted.

I couldnt attach a screen shot using Chrome. 
i will reopen this in another browser

>>

Yes, seems that radUpload does not work with Chrome - another bug :)

strange, i still cannot see the attachments, even that FF allowed me to select a file, and IE even showed a progress !!!
Deyan
Telerik team
 answered on 26 Apr 2010
2 answers
159 views
I have a data access layer component that returns typed dataset. It seems that simply setting the datasource property of the GridView doesn't work.

How do i bind a GridView to the returned dataset? do i have to define the grid's columns in advance and perform the binding?
by the way, I'm using the latest version evaluation copy.

Thanks in advance,

Sharon.
Sharon Eden
Top achievements
Rank 1
 answered on 26 Apr 2010
1 answer
69 views
Since I have updated my computer to the last release of Telerik WinForms Package, I noticed the folowing behavior:
in my project, I have an ancestor form that contains a RadMenu with a lot o Items. When I try to create a new one that inherits it, the Visual Studio IDE raises an exception at design time.This exception is a little diferent, because it's displayed in a modal window. No problems at runtime.

Previously (on previous versions), this problem didn't exists.

Do any of you know a workaround solution for this? At this moment, the only way that I have found is to replace it by a menuStrip.

Thank you

Deyan
Telerik team
 answered on 26 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)
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?