Welcome Guest Search | Active Topics | Sign In | Register

ColorPicker, Calendar Options
Trupti
Posted: Saturday, August 15, 2009 9:36:56 AM
Rank: Newbie
Groups: Member

Joined: 8/15/2009
Posts: 3

Hello,

Save color and Set color in ColorPicker:
I am trying your ColorPicker. I want to save the color to DB and set on requirement. I can't find any way to save in any format suitable to VB.NET and again set to ColorPicker.

Can you guide me for the same.

Edit Calendar Schedule
I was also looking to your Calendar Schedule. I couldn't find any thing regarding Editing Schedule. The sample example only shows a Read Only schedule set with holidays. What if I want to edit it.
Kindly guide me for hte above also.

Quick response/guideline is highly appreciated.

Thanks
eo_support
Posted: Saturday, August 15, 2009 9:54:04 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

ColorPicker provides a Value property for you to get and set the color from the control. The type of the Value property is "System.Color". How to save and read "System.Color" to your DB is totally up to you. For example, you can use an integer field to save RGB value, or use a text field to save the color name/hex string.

Here is an example of editable schedular:

http://demo.essentialobjects.com/Default.aspx?path=Calendar\_i2\editable_scheduler

Please keep in mind in place editing is not a built-in feature of the Calendar. It is implemented by external code --- a working implementation is provided by the above sample. So you will need to able to understand the code in order to use/customize it. Also the Calendar does not save anything to the database for you either. You will need to code that by yourself.

Thanks!


Trupti
Posted: Saturday, August 15, 2009 2:33:28 PM
Rank: Newbie
Groups: Member

Joined: 8/15/2009
Posts: 3

Thanks for the info.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.