How to disable data scrolling when I click the date in monthPrev and month Next at XamMonthCalendar with groupmode?
When I set the property
AllowLeadingAndTrailingGroupActivation="True"
When click the today button , today will not allways show in the MainCalendar in the middle.
How to solve this problem.
Thank you very much:)
Hello,
I have been looking into your question and if you want to turn off this functionality you can refer to the AllowLeadingAndTrailingGroupActivation property. If you take a look at the sample in the feature browser : WPF FeatureBrouser -> xamCalendar -> Themes and Custom Styles -> Customizing the xamCalendar, you will notice that there is an Options box in the upper left corner, which contains a single checkbox. If you check it and try to reproduce the undesired behavior, you can see that clicking on other months days will not result in scrolling the leading month to the corresponding date. For more information on how to set the AllowLeadingAndTrailingGroupActivation, you can take a look in the sample’s xaml code.
Please let me know if you need any further assistance regarding the discussed matter.
Sincerely,
Ekaterina
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
MyControl looks like the following graph.
Thank you for ur reply
What i make, is a 3MonthSelectable Calendar control which, bases on xamCalendar or xamMonthCalendar.
I referenced the samples of NetAdvantage, there is a customized Calendar which is composed of a big current month and a small prevMonth and a small nextMonth.