Telerik Forums
UI for WinForms Forum
6 answers
144 views

Hello,

i am working on a localization provider for the RadScheduler. 

I get the following problems:

1. I set the RadSchedulerStringId.NextAppointment and the RadSchedulerStringId.PreviousAppointment to a translated text but they are not used. These two stringids are the only ones which are not used, so i think that these are hardcoded in the RadScheduler.

2. In the Resource ComboBox is a standard empty text ( "None" ) but there is no RadSchedulerStringId to translate it. Is it possible to change this text?

3. In the Appointment Dialog there is not enough space for the translated Text of the AllDayEvent text. Is it possible to extend it ?

4. In the recurring Appointment Dialog there is not enough space for the translated text for many RadSchedulerStringIds. Is it possible to extend it ?

Kind Regards,

Ramius

Boyko Markov
Telerik team
 answered on 30 Nov 2009
1 answer
149 views
Sorry if this is a stupid question but I am going to ask it anyway .
Does the Gridview have the built in ability to use a form for editing/adding a record
or do i have to link another form to the on-click event on the gridview ?

Thanks in advance

Martin 
Jack
Telerik team
 answered on 30 Nov 2009
5 answers
105 views
Hi,
I have problems with RadMenu. I Docked the menu bar in bottom side and i tried changed PopupDirection= Up, but that's not function.
Any help. Please

Victor

Telerik RadControls for WinForms Q3 2009
Windows Vista
Visual Studio 2008
Deyan
Telerik team
 answered on 30 Nov 2009
3 answers
191 views
Hello,

I have a problem with the All Day Appointment view.
I use the Scheduler on a page only for All Day Appointments. On Week view, if a couple appointments are distributed on visible days, they are not aligned to the top of the cell. They align to the top only for the first day of the view. The rest of appointments are shown below the last appointment of the first day of the view.
Can you please tell me how to align all of them to the top?

Thank you.
Boyko Markov
Telerik team
 answered on 30 Nov 2009
0 answers
90 views
Hello,

How can I drag and drop an item from a listbox into the scheduler in the timeslot that is pointed ?

(I can drag and drop an item from the listbox into the scheduler but not in the timeslot that is pointed.)

Regards
Pol Pol
Top achievements
Rank 1
 asked on 30 Nov 2009
2 answers
62 views
Hello,

I have several Drop Down Buttons whose Drop Down Direction was set at Design time to 'Up'. This is no longer being respected at run time. In fact, when handling the DropDownOpening event, I have confirmed that the value is still 'Up', but it is dropping down regardless.

Jeremy
Deyan
Telerik team
 answered on 30 Nov 2009
4 answers
173 views
Hi I would like to know how to Highlight a RadButton on demand ?
Nikolay
Telerik team
 answered on 27 Nov 2009
1 answer
169 views
 Hi,
I am trying to bind a list of the following complex type to a RadGridView
public interface IEntity

    string FullClassName { get; set; } 

    .     
    . 
    . 
    . 

    List<Property> Properties { get; set; }
}
 
public class Property

    public string Name { get; set; } 
    . 
    . 
    . 
}
As you can see here that the IEntity interface contains a list of Property type, so for now I need to bind a list of IEntity to a radGrid and bind the inner list(Properties list) to a combo box cell.
Actually I did all the required steps to let the grid bind to the list, but the combo box is always displaying the type of the properties list (namespace.Peoperties…).
So I replaced the radGrid with a dataGrid and did the following

for (int i = 0; i < this.radGridEntities.Rows.Count; i++)

    DataGridViewComboBoxCell dgcb = (DataGridViewComboBoxCell)this.radGridEntities [this.radGridEntities.Columns["Title"].Index,i]; 
    dgcb.DataSource = ((IEntity)this.radGridEntities.Rows[i].DataBoundItem).Properties; 
    dgcb.DisplayMember = "Name";
}
As I show here, I loop over each row and set its data source, now, I need to retreive each cell to set it is data source while using RadGridView(as I am showing here while using windows dataGridView. 
any idea would be appreciated 

Thank you in advance
Nikolay
Telerik team
 answered on 27 Nov 2009
1 answer
128 views
Hello. How can I define the start and end time for every week, in order to show only work hours? (IN VB.NET)
Boyko Markov
Telerik team
 answered on 27 Nov 2009
3 answers
116 views
If I set the TabStripAlignment to left, the text is vertical but switches reading direction depending upon whether the toolwindows are pinned or not pinned.

Please see the 2 attached images and it will be very clear. (I marked the pinned tabs with green and the unpinned/autohide tabs with red.)

My question is how can I make the text read the same way and stop the switching?

I have not found any properties that causes/controls this.

Julian Benkov
Telerik team
 answered on 27 Nov 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
ProgressBar
CheckedDropDownList
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
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?