(Sorry, the title should read "Appointment Changed Event in VB.NET" but I don't seem to be able to change it.)
The RadScheduler has several events:
However, I don't see an AppointmentChanged event or AppointmentEditDialogShown event (or something to let me know that the edit dialog has been closed and I can persist the changes to the database).
Is this by design?
I found in another thread a mention of the RadScheduler.Appoinments.CollectionChanged event but in order to use it I have to use an AddHandler statement, something I'm not accustomed to in VB.
It just seems that an AppointmentChanged event would be an obvious event to implement.

Hello,
Is there a way to set the opacity of the ChartTrackballController?
Thank you.
Mad


Hi,
I'm using Scheduler(RadWinForms Ver 2011.3.11.1219) for my project. Now, i want to insert/update back the "Appointment" information to my database after user click "Ok" or Cancel from "Edit Appointment Dialog form". I do not see any event for after added/updated the schedule control. I saw below event on RadSchedule
- AppointmentDeleted
- AppointmentDeleting
- AppointmentSelected
- AppointmentSelecting
How can i know the changes or newly add of appointment after user close or click ok/cancel from "Edit Appointment" form.
Regards,


I need to add some custom images to the ribbon, and I am wondering what is the best practice method for doing this.
Here's what I have right now, which is obviously not right. What would be a more elegant approach?
var templateNameImageBytes = Convert.FromBase64String(@"iVBORw0KGgoAAAAN......"); //truncatedvar templateNameStream = new MemoryStream(templateNameImageBytes);var lblTempalteName = new RadLabelElement(){ Text = "Template Name:", AutoSize = false, Size = new Size(120, 20), Image = Image.FromStream(templateNameStream), TextImageRelation = TextImageRelation.ImageBeforeText};

First of all, hello guys/girls.
I've searched google and telerik forums to try to fix my problems but I wasnt that lucky, so maybe someone can point the right way for me.
I'm working in Visual Studio 2015 enterprise / Visual Basic
My first problem is : I want to export selected rows from radgridview into excel, I've searched and tested almost everything that I've found on the google and nothing worked for me. Can you please help ?
My second problem is : I have to displey a cell value from selected row into radtextbox. Also tryed with google and didnt found any solution.
Thank You very much.
All the best in 2017, may all your wishes come true.
PS. I've tryed the same code I've used with vs datagridview but it doesnt work.

Hello,
I was wondering if there is the capability in chartview for a user to select a portion of a line in a line series and add a permanent tooltip or note that they can fill in with text?
An example is attached.
Thank you,
Erkin

For my currently application, I just need to select a month.
Is there a way to it with this control?
