Arul Kumar
Top achievements
Rank 1
Arul Kumar
asked on 26 Mar 2010, 06:09 AM
Dear friend!
I had created a common table in (SQL SERVER 2005) for storing input appointment from webform radscheduler.
I want to retrieve the stored appointment and placed it into the winform radscheduler.
But i can't able to place the appointment, because of the recurrence rule. The recurrence rule in radscheduler is differs in winform and webform. How can I set or convert the webform recurrence rule into winform recurrence rule.
It is possible!
Please help me. I hope that you will help...
By
P. Arul Kumar
I had created a common table in (SQL SERVER 2005) for storing input appointment from webform radscheduler.
I want to retrieve the stored appointment and placed it into the winform radscheduler.
But i can't able to place the appointment, because of the recurrence rule. The recurrence rule in radscheduler is differs in winform and webform. How can I set or convert the webform recurrence rule into winform recurrence rule.
It is possible!
Please help me. I hope that you will help...
By
P. Arul Kumar
8 Answers, 1 is accepted
0
Hi Arul Kumar,
Thank you for contact us. We have differences between web and winforms RadSchedulers. We will resolve these differences in the next major official release. RadScheduler for WinForms can read the web recurrence rule format. However, we have an issue when the web RadScheduler reads and modifies winforms recurrence rule.
If you have other questions, feel free to ask.
Best wishes,
Dobry Zranchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Thank you for contact us. We have differences between web and winforms RadSchedulers. We will resolve these differences in the next major official release. RadScheduler for WinForms can read the web recurrence rule format. However, we have an issue when the web RadScheduler reads and modifies winforms recurrence rule.
If you have other questions, feel free to ask.
Best wishes,
Dobry Zranchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
abhijit
Top achievements
Rank 1
answered on 15 Jul 2011, 03:16 PM
Hi ,
we are using RadSchedulerRecurrenceEditor in web application.
so through web application we are saving recurrence rule in database.(in string format)
now we want to read this recurrence rule in windows service and find occurences.
but when we try to add telerik.web.ui reference in windows service its giving error while building.
Error 1 The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
so do we have different set of dll's for windows service? if yes from where i can get it?
and what approch i shoud follow to get my requirment?
waiting for your reply...
we are using RadSchedulerRecurrenceEditor in web application.
so through web application we are saving recurrence rule in database.(in string format)
now we want to read this recurrence rule in windows service and find occurences.
but when we try to add telerik.web.ui reference in windows service its giving error while building.
Error 1 The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
so do we have different set of dll's for windows service? if yes from where i can get it?
and what approch i shoud follow to get my requirment?
waiting for your reply...
0
Hi Abhijit,
You can find information on how to read the recurrence rule in this help article. You need to add reference to the Telerik.Web.UI.dll in the references of the Console Application. Please let me know if you need further help.
Greetings,
Veronica Milcheva
the Telerik team
You can find information on how to read the recurrence rule in this help article. You need to add reference to the Telerik.Web.UI.dll in the references of the Console Application. Please let me know if you need further help.
Greetings,
Veronica Milcheva
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
0
abhijit
Top achievements
Rank 1
answered on 19 Jul 2011, 07:16 AM
After adding reference to the Telerik.Web.UI.dll in windows service it gives error.
Error 1 The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
it think this ddl is for web application. I have to add reference in windows service. so is there any other dll for windows service
? and where can i get it?.
also i am setting recurrence rule in web application.
how can i read / parse this reule in windows service. if you can explain with code that will be of great help.
Thanks in advance.
Error 1 The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
it think this ddl is for web application. I have to add reference in windows service. so is there any other dll for windows service
? and where can i get it?.
also i am setting recurrence rule in web application.
how can i read / parse this reule in windows service. if you can explain with code that will be of great help.
Thanks in advance.
0
Hi Abhijit,
You might need RadScheduler for WinForms for this case. I advise you to start a new thread in the WinForms forums.
Kind regards,
Peter
the Telerik team
You might need RadScheduler for WinForms for this case. I advise you to start a new thread in the WinForms forums.
Kind regards,
Peter
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
0
Daniel
Top achievements
Rank 1
answered on 13 Jul 2012, 12:28 PM
hi dobry,
i have the current version of win- and webform scheduler. the difference in the recurrency rule format is still there. is there any chance to parse the winform format to the webform format? or is there any solution like this one, but for the winform format?
http://blogs.telerik.com/blogs/posts/08-08-04/working-with-radscheduler-recurring-appointments-on-sql-server.aspx
thanks and greetings
daniel
i have the current version of win- and webform scheduler. the difference in the recurrency rule format is still there. is there any chance to parse the winform format to the webform format? or is there any solution like this one, but for the winform format?
http://blogs.telerik.com/blogs/posts/08-08-04/working-with-radscheduler-recurring-appointments-on-sql-server.aspx
thanks and greetings
daniel
0
Hi Daniel,
I am attaching a sample project which demonstrates how to bind both versions of RadScheduler to the same database. It uses the converting functionality of the WinForms version to convert the recurrence rule strings and store them in the database in the format used by the ASP.NET version.
I hope you find this useful. Should you have any further questions, do not hesitate to contact us.
Kind regards,
Ivan Todorov
the Telerik team
I am attaching a sample project which demonstrates how to bind both versions of RadScheduler to the same database. It uses the converting functionality of the WinForms version to convert the recurrence rule strings and store them in the database in the format used by the ASP.NET version.
I hope you find this useful. Should you have any further questions, do not hesitate to contact us.
Kind regards,
Ivan Todorov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Daniel
Top achievements
Rank 1
answered on 31 Jul 2012, 02:52 PM
Hi Ivan,
this is exactly what I was looking for :-)
Thanks a lot!
Greetings Daniel
this is exactly what I was looking for :-)
Thanks a lot!
Greetings Daniel