|
Rank: Newbie Groups: Member
Joined: 10/25/2012 Posts: 5
|
First time user of eo.calendar. Set up test page with canendar control but I'm not getting SelectionChanged events when a date is selected from calendar.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You will need to set AutoPostBackOnSelect to true.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/25/2012 Posts: 5
|
I tried that but its still not working! I have a button object that has a click event and it firing okay
|
|
Rank: Newbie Groups: Member
Joined: 10/25/2012 Posts: 5
|
I also noticed that I cant change the month on the calendar by clicking the arrows.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I am not sure what else to tell you then. We tested that and it works just fine.
Changing month on the Calendar by clicking the arrow does not change your current selected date. So that has nothing to do with SelectionChanged event. There is a separate "Scroll" event, which works together with AutoPostBackOnScroll property.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 10/25/2012 Posts: 5
|
Can I post the source code for you to review. Its very small.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You can. But please be advice that if the problem is caused by a general ASP.NET programming issue, then we will just tell you it's in your code WITHOUT pointing out what's wrong with the code. You will also need to remove any code that has to do with your particular business scenario/logic. We have this policy because we offer our support for free so we need to avoid abuse (otherwise everyone will just run their code through us whenever they run into any kind of problem, regardless it has anything to do with us or not).
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/25/2012 Posts: 5
|
I have some new information. I ran my test using the Google Chrome browser and it worked well. I'm receiveing the events as expected. When moving back to IE it fails. I'm using IE 9 and Visual Studio 2010. So you might want to check your product against that version. BTW I'm not looking for you to debug my program. The only code in there is the code to test your product.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Thanks for the additional information. We tested in IE 9 and it still works fine. So you might have some kind of plug-in or something else in your IE that conflicts with our product.
Please do not take our disclaimer personally. We are not accusing you asking us to debug your code. We just believe by clearly explain our policy to you you would have a better idea of what you can expect from us, in another word, what you are buying if you do decide to buy.
Thanks!
|
|