Telerik Forums
UI for WinForms Forum
2 answers
185 views
I'm trying to loop through all controls and translate text and tooltips. The text is under the control and the tag (which I'm using) can be found under the ElementTree.RootElement. I see that the toottip is under RadItem. How do I get to the RadItem from a RadControl or RadElement?
Ruth Goldberg
Top achievements
Rank 1
 answered on 21 Jan 2010
2 answers
157 views

Hello everybody,

we are using RadControls for WinForms Q3 2009 SP1 and want to change the items of a ComboboxColumns editor by the value of the cell of another column.

For this in GridView.CellBeginEdit we set the editors element to the filtered datasource and expected the Comboxbox just to show the items of the filtered datasource BUT it shows all items of the original unfiltered datasource.

RadComboBoxEditor editor = m_gridView.ActiveEditor as RadComboBoxEditor;
if (null != editor)
{
   ((RadComboBoxElement)(editor.EditorElement)).DataSource = filteredDataSource;
}

Did we make a mistake or is it just a bug???

Greetings from Berlin, Germany

Daniel

Nikolay
Telerik team
 answered on 21 Jan 2010
1 answer
107 views
For your appoiment edit dialog,  when set recurrence rule, you can do folllowing:

for weekly , you have recur every  1 or 2  weeks on option
for monthly,  you have every  1 or 2 months  option


How to set those options in recurrence rule instance in the code?

Do you have any sample code to do these?
Dobry Zranchev
Telerik team
 answered on 21 Jan 2010
1 answer
122 views
We set an appoinment with monthlyrecurrence rule.  

Following is the sample code:

--------------------------------------------------------------------------------------------
Appoinment a = new Appoinment ()

a.Start = new DateTime (2010, 1, 20, 8, 0, 0);
a.End = a.Start.Add (new TimeSpan(0,0,30,0));

MonthlyRecurrence monthrule = new MonthlyRecurrenceRule();
monthrule.Start = new DateTime (2010, 2, 1);
monthrule.End = new DateTime (2010, 6, 1);
monthrule.WeekDays = WeekDays.Tuesday;
monthrule.WeekNumber = 1;

a.RecurrenceRule = monthrule;

Radscheduler1.Appoinments.Add(a);

-----------------------------------------------------------------------------------------------------------------------

We only see two appoinments showing up,  the first Tuesday of February and March.   But there are more than two months,  By this rule,  the appoinment is supposed to show up in February, March, April, May and June?

What do we miss here ?

Dobry Zranchev
Telerik team
 answered on 21 Jan 2010
1 answer
129 views
We only want to use scheduler to display a list appoinments without adding new appoinment and editing existing appoinment.

How can we disable appoinmentEditDialog so that when we click the scheduler, no appoinmentEditDialog pops up?
Boyko Markov
Telerik team
 answered on 21 Jan 2010
2 answers
202 views
Hi,

I am using a data bound gridview in which im using BindingList which is bound to grid and this grid is Hierarchical with 2 levels.
Im dynamically adding rows to 1st level of grid by clicking on button out side grid and it is working fine, here im adding row to the datasource but not to the grid.

but when i try to add row to 2nd level of grid, in the begining it works fine.
when i add 2nd record to 1st level, and if i insert 2nd level rows it keeps adding empty rows to grid.

so my problem is i want to add row dynamically outside grid as well as update and delete in same manner.

can any one help me ..plz

Julian Benkov
Telerik team
 answered on 21 Jan 2010
3 answers
107 views
Hi there,

I am having the following problem: I have a form with 6 radButtons and 1 radLabel. The form takes a second or two to open. It's not much but still quite bad / disturbing for the users experience. Also, I'm on a somewhat powerful machine, so I worry about what users on slower machines is experiencing.

I made a form completely similar to the slow one, though without the radControls and it opens instantly. As soon as I add the 6 radbuttons and radlabel, it slows down. Final thing worth noting: When I have opened the slow form for the first time, and then closed it with me.close, and then try to open it again, the form appears almost instantly. It seems to me it could be some sort of initialization code that runs on the first time the controls are instantiated, maybe?

In that case, I'm hoping there is some way I could run this code before showing the form to the user. This way they will get a snappy experience, and not uninstall our app because of small annoyances like this :)

Thanks for any help!
Deyan
Telerik team
 answered on 21 Jan 2010
6 answers
455 views
Is it possible to limit selectable dates in DateTimePicker dropdown list? Also, how to deselect what user selected? When I change control's Value, it's displayed as selected with the date user picked too.
Boyko Markov
Telerik team
 answered on 21 Jan 2010
1 answer
121 views
We set an appoinment with recurrence rule as dailyrecurrencerule with start date as 1/20/2010 and end date as 1/27/2010.


Appoinments show up correctly on day view and week view but none of them show up on month view.

Why?
Dobry Zranchev
Telerik team
 answered on 21 Jan 2010
1 answer
104 views
In the documentation one of the points was to Remove all Telerik WinForms assemblies from the GAC.  Can you give me instructions as to how to do this? I have already removed the earlier version of WinForms.

Thanks,
Tom
Martin Vasilev
Telerik team
 answered on 21 Jan 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)
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
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
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?