|
Rank: Newbie Groups: Member
Joined: 3/15/2010 Posts: 2
|
OK, this is probably a REAL newbie question but here goes:
We're testing the calendar object and it's working well. The only problem is that the icon doesn't change when you hover over a date. It stays as the "I" shape. That makes it difficult to tell whether you are on the number or not. Is there a way to change the mouse pointer when it's over a number?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You would just put cursor:hand into whatever style you wish to have a hand cursor. For example, you can put it inside MonthStyle, then it will show hand cursor as long as mouse is over the month area, or if you only want day cells to have hand cursor, then you would put it inside DayStyle. There are many style properties for different part of the Calendar, you can try to put it in any of them and see how it works.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/15/2010 Posts: 2
|
We are actually using the DatePicker, not the Calendar function but we did convert to the Calendar to see if we could get it done. We weren't able to see MonthStyle or DayStyle. What are we missing here? We are using Visual Studio.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You should see MonthStyle and DayStyle on both. These two properties are defined on Calendar, but DatePicker inherits from Calendar. So it inherits all properties from the Calendar control. Both properties should be available through property window or Calendar/DatePicker Builder.
Thanks!
|
|