Rank: Newbie Groups: Member
Joined: 2/2/2010 Posts: 1
|
Hi all,
Using: VB .NET (ASP 2)
I'm trying to edit someone's code for a current forum we are working on and I wanted to show within the current calendar the days of the other months as well as select them. This half works. For some reason when I try to use EnableOtherMonthDays (to select the days which are not from the current month) it doesn't work at all.
I've referenced everything in Visual Studio 2005 but still nothing...I have no idea why this function isn't working (VS recognizes the functions from the EO library)
I've even added the assemblies and controls into the web.config file
Any help is appreciated!
Thank you!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
It should work. Check whether you have OtherMonthDayStyle set to something look like "disabled". For example, if you have "color:gray" in your OtherMonthDayStyle, days for other month will look disabled even though you can click them (because EnableOtherMonthDays is set to true).
You can also try to test the feature inside a separate blank page. That should help you to isolate the issue. If the issue still occurs inside a blank page, please post your test page and we will be happy to take a look.
Thanks!
|