Telerik Forums
UI for WinForms Forum
1 answer
100 views
Hello Telerik Team,
I need to add functionality to dropdown buttons in our project (hook up Initialized event). However, when i tried to do so I have encountered problem with Layout of subclassed control. I have solved the problem by overriding following property
   public override string ThemeClassName
        {
            get
            {
                return "Telerik.WinControls.UI.RadDropDownButton";
            }
            set
            {
                base.ThemeClassName = "Telerik.WinControls.UI.RadDropDownButton";
            }
        }

is this valid solution? I have no idea why subclassed control got "wrong" layout. Is there any reference in documentation that would help me understand why this problem occured?



Nikolay
Telerik team
 answered on 22 Jul 2009
1 answer
148 views
I followed the instructions here: http://www.telerik.com/help/winforms/tree_designcontextmenus.html for adding a default context menu to a treeview. However, when I go to the treeview properties to set the radcontextmenu to the new menu I added, the drop down is blank (well it says none).

what exactly might I be doing wrong?
Boryana
Telerik team
 answered on 22 Jul 2009
4 answers
140 views

I have some questions für the localisation of the radcontorls ( grid, scheduler, ... ).

I haven't found a place where delevopers can share localisations for their languages ( for example german, french, spain, ... ) 

1. Exist a place where developpers can share their localisations ?

2. If not, would it be possible to create such a place ( for example an additonal subforum ) ?

Regards,

Ramius 

Vassil Petev
Telerik team
 answered on 21 Jul 2009
5 answers
288 views
Hi,

here is my problem :
I have a radtabstrip with several tab items : the first item is a panel with a list of records, when you double click on a record, all the infos about the record are displayed in a new tab so a very easy application ...
Some informations about records are displayed in combobox plugged on binding source (a new binding source is created for each new tab so that the combobox are not linked).

The problem is when I open a second tab about a record, when I click on the tab of the first record, combo are initialized to the first value of the list and don't remember the initial value of the record :( The last tab item always have the right info in the combobox but all others tab items are reinitialized and I don't understand why :(

Thank you for your help, if you have any question I'm here to explain better my problem ...

Regards
Nick
Telerik team
 answered on 21 Jul 2009
3 answers
82 views
In a cell formatting event, I need to hide a row based on a cell value.  Here's my code:

cellElem.RowElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

However, the row is not collapsed.  It's hidden, but still takes up real estate on the grid.  I also tried setting Visibility and IsVisible on the RowInfo object and it did not product the correct behavior either.


Victor
Telerik team
 answered on 21 Jul 2009
1 answer
97 views
I'll describe what I'm doing before asking my question.  I have a form that is using the grid control and would like to open a new form window with the data from the row that was selected. What's the best way to pass the currently selected row to a new form? 

Thanks.
Victor
Telerik team
 answered on 21 Jul 2009
3 answers
458 views
Hi,
is it possible to use GridView as a kind of "treegrid"? I don't mean hierarchical grid with new separate grid for each level or gridview with automatically added group rows. I think something like editable multicolumn treeview. I'm deciding between componenone and telerik and in componentone gridview is this possible. But I can't find how to solve it in the telerik gridview.

Thanx
Nick
Telerik team
 answered on 21 Jul 2009
1 answer
150 views

How can a user reactivate a hidden window?

Is it possible to extend the quick navigator so that it also shows hidden windows?

Regards,

Ramius

Georgi
Telerik team
 answered on 20 Jul 2009
7 answers
137 views
Hello,
I encounter with a new problem with the version of  "Telerik 2009 Q1 SP1 for WinForms",
when I set a normal form in the MDI form(ex:this.MdiParent = frmMdiParent;) and the normal form include the RadGridView control,
I  try to write the code "radgridview.ShowColumnChooser();" in the button_click event
in order to show the  ColumnChooser form,
but the RadGridView of the normal form can't run Column Chooser,
it'll show the exception error message "control have resulted in a  cycle reference ..."
if the normal form not set the MDI Parent,the ColumnChooser form will work OK.
I also try it with the version of  "Telerik 2008 Q2 SP1 for WinForms",
when the normal form set the MDI Parent,the ColumnChooser 'll run good.

Pls help me to solve this problem.
best regards.
Krzysztof
Top achievements
Rank 1
 answered on 20 Jul 2009
3 answers
206 views
When I set up the following, it works once and then all subsequent runs result in the TimePicker popup being devoid of times.  If I do not set the SelectedDate, the error never occurs, but once it does the error persists even after I remove the SelectedDate setting.  I am using military time.  I have reverted to non-military time and everything works now, but my customer wants military time.  Please fix this bug!

                            RadDateTimePicker1.SelectedDate =

DateTime.Now;

 



                            <telerik:RadDateTimePicker ID="RadDateTimePicker1" Runat="server"
                                    Calendar-Orientation="RenderInColumns" Culture="English (United States)"
                                        DateInput-DateFormat="M/d/yyyy HH:mm:ss" DateInput-MaxLength="0"
                                        DateInput-SelectionOnFocus="None" Skin="Forest" TimeView-Columns="5"
                                        TimeView-Interval="00:10:00" TimeView-TimeFormat="HH:mm"
                                        onselecteddatechanged="RadDateTimePicker2_SelectedDateChanged">
                                        <TimePopupButton HoverImageUrl="" ImageUrl="" />
                                        <TimeView runat="server" CellSpacing="-1">
                                            <HeaderTemplate>
                                                Time Picker
                                            </HeaderTemplate>
                                            <TimeTemplate>
                                                <a id="A1" runat="server" href="#"></a>
                                            </TimeTemplate>
                                        </TimeView>
                                        <DateInput runat="server">
                                        </DateInput>
                                        <Calendar runat="server" Orientation="RenderInRows" Skin="Forest"
                                            UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False"
                                            ViewSelectorText="x">
                                        </Calendar>
                                        <DatePopupButton HoverImageUrl="" ImageUrl="" />
                                    </telerik:RadDateTimePicker>

Thanks,

Nate
Daniel
Telerik team
 answered on 20 Jul 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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?