I need to perform data retrieval and analysis on recurring appointment instances that exist in the future.
Here is the business logic:
1. User selects a date & resource combination.
2. Application pulls instances from scheduler tables.
3. Instances are loaded into var or datatable for application retrieval and analysis
Problem:
Instances of future recurring appointments do not exist in scheduler appointment table so I cannot perform a filtered retrieval.
Question:
How can I perform this action?
Hello,
So I am new to Telerik Winform. I had amazing experience using Telerik. But what I still don't get it is how to use the RadLayoutControl.
As far as my understanding, RadLayoutControl provide a customize layout template design method completed by user drag and drop controls on the LayoutControl object (what I called layer 1).
My questions is when I wanted to place a control on top of a control that already top of a Layout control(which I called layer 2), system treat my intention as I want to place another Layer 2 control which I wanted that control to be placed on layer (e.g. place a control on collapsible panel).
Do I misunderstand the purpose of layoutcontrol?
Sorry for my bad english.
Hi,
I have a radgridview that is populated with data via a LINQ query.
LINQ returns an async list and if it is not a null list the datasource of the grid is set.
After the grid is populated I want to be able to grab multiple rows in it (perhaps by holding CTL) and then drag these rows into another grid / control.
I have got this to work on a grid populated with simple data via a loop. I can't get it to drag when it has a datasource set.
Can anyone help?
Thanks,
Martin.
Hello Support,
I am using Telerik for Winforms version "2015.2.728.40" and have discovered an issue in that the Selected item in a CommandBarDropDownList displays but appears to be cleared from the object after minimizing the window.
Attached is a sample project to reproduce this error(Please change the extension back to zip). To reproduce, run the application and then click on the button on the toolbar, this should work and display a message. Now minimize the form, then maximize. Click the button on the toolbar again. You should now see an error.
I have not tested this issue on the most recent version of the Telerik library, but I may do that next. My project is very far along and would prefer to leave it at the older version if possible.
Thanks
Francisco
Hello,
Is it possible or is there any way to access radMultiColumnComboBox search cell programmatically in C#?
Hi there,
I saw the demo here: http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourceavailability/defaultcs.aspx?skin=Telerik.
I wish to achieve something similar in Windows Forms. How to achieve this? Please guide.
Thanks.
Pankaj