Telerik Forums
UI for WinForms Forum
1 answer
109 views

How do I select only a single resource in an appointment scheduler?  I'm using an unbound scheduler and need it to only allow a single resource to be selected (not multiple).

Dinko | Tech Support Engineer
Telerik team
 answered on 04 Jan 2022
1 answer
236 views

I'm busy converting an application which exported data to an Excel spreadsheet to one which uses only the Telerik Worksheet/Workbook control.

So far, the compatibility is excellent, but the one call which seems to exist in Excel which I can't find for the Telerik controls is one which exports a complete 2d array to the worksheet. This was needed in Excel because calls to the external programme were slow, so exporting all the data in one call call made a big difference to performance

For the Telerik controls, it looks like exporting data is more efficient (no surprise - all in the same app) , so maybe I don't need to do things this way any more, but I just want to check that this capability really doesn't exist for a Worksheet. It would mean fewer code changes.

Is this right ?

Dimitar
Telerik team
 answered on 04 Jan 2022
3 answers
937 views

Hello,

I followed this thread to add a button on every node of my treeview (https://www.telerik.com/forums/how-to-add-button-in-every-node)
Now, I would like to know if it's possible to stick those buttons on the right side of the tree view.
I tried to use the alignment property of the button but no luck... Any solutions?

Thank you in advance for your help.

Dinko | Tech Support Engineer
Telerik team
 answered on 03 Jan 2022
2 answers
108 views

I'd like to automatically update the description box content based on the resource the user has selected.  I haven't had any luck finding an event to detect when the resource is updated in an appointment.  Any suggestions?


Thanks!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 03 Jan 2022
2 answers
235 views
Basically what the title says.  Right now it defaults to "Day" view, and I'd like it to default to "Week" view.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 03 Jan 2022
2 answers
112 views

hi

my class localization is


 public class CustomSchedulerNavigatorLocalizationProvider : SchedulerNavigatorLocalizationProvider
    {
        public override string GetLocalizedString(string id)
        {
            switch (id)
            {
                case SchedulerNavigatorStringId.AgendaViewButtonCaption:
                    {
                        return "دستور کار";
                    }
                case SchedulerNavigatorStringId.DayViewButtonCaption:
                    {
                        return "روزانه";
                    }
                case SchedulerNavigatorStringId.WeekViewButtonCaption:
                    {
                        return "هفتگی";
                    }
                case SchedulerNavigatorStringId.MonthViewButtonCaption:
                    {
                        return "ماهانه";
                    }
                case SchedulerNavigatorStringId.TimelineViewButtonCaption:
                    {
                        return "تایم لاین";
                    }
                case SchedulerNavigatorStringId.ShowWeekendCheckboxCaption:
                    {
                        return "تعطیلات هفته";
                    }
                case SchedulerNavigatorStringId.TodayButtonCaptionToday:
                    {
                        return "امروز";
                    }
                case SchedulerNavigatorStringId.TodayButtonCaptionThisWeek:
                    {
                        return "این هفته";
                    }
                case SchedulerNavigatorStringId.TodayButtonCaptionThisMonth:
                    {
                        return "این ماه";
                    }
                case SchedulerNavigatorStringId.SearchInAppointments:
                    {
                        return "جستجو ";
                    }
            }
            return String.Empty;
        }
    }

but agenda view not translat!!!

2-Can I write code for today's event?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Dec 2021
1 answer
68 views

For some reason, it seems to keep saving the original items that were in the background list, such as "BUSY" or "BUSINESS", even though I've cleared the list, and added new backgrounds (with different IDs).  

So its not that the iCal export doesn't save backgrounds, it just that it doesn't seem to recognize custom backgrounds and then saves with the wrong background instead.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Dec 2021
1 answer
102 views

I'm exporting/importing my appointments using the iCal import/export.

It appears that the resource is not saved as part of that?  So basically I lose all resources in all appointments.  Any suggestions as a work around, other than saving the resource data elsewhere? 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Dec 2021
1 answer
185 views
I do not want to allow the user to use the top row to do a booking/appointment for the whole day. My policy only allows users to book for certain number of hours. How do I hide the top row that allows them to book for the whole day? 
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Dec 2021
4 answers
331 views

 

 

        private void frmMapping_Load(object sender, EventArgs e)
        {
            string cacheFolder = @"..\..\cache";

            bingProvider.UseSession = true;
            bingProvider.BingKey = "MyKey";
            LocalFileCacheProvider cache = new LocalFileCacheProvider(cacheFolder);
            bingProvider.CacheProvider = cache;
            bingProvider.ImagerySet = Telerik.WinControls.UI.Map.Bing.ImagerySet.Road;
            this.radMap1.Providers.Add(bingProvider);

            PointG racheer = new PointG(38.595592, -90.429629);
            MapPin racheerPin = new MapPin(racheer);
            racheerPin.Text = "Right Here Man!!!";
            racheerPin.BackColor = Color.AliceBlue;

    }
MrBizzl
Top achievements
Rank 2
Iron
 answered on 27 Dec 2021
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?