-
Notifications
You must be signed in to change notification settings - Fork 20
955625 - Add UG Document for SelectionCellTemplate Support #3280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
955625 - Add UG Document for SelectionCellTemplate Support #3280
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
…aui-docs into 955625---SelectionCellTemplateSupport
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
MAUI/Calendar/customizations.md
Outdated
</Grid> | ||
</DataTemplate> | ||
<local:MonthCellTemplateSelector x:Key="monthCellTemplateSelector" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MonthCellTemplateSelector
Here you added sample for Selection template- but mentioned as MonthCellTemplateSelector- Check
MAUI/Calendar/customizations.md
Outdated
{% highlight c# tabtitle="TemplateSelector.cs" %} | ||
|
||
public class MonthCellTemplateSelector : DataTemplateSelector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CHnage class name and based on selection
{% endhighlight %} | ||
{% highlight c# tabtitle="TemplateSelector.cs" %} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sample code is for year cell - but month cell related names added ?
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
MAUI/Calendar/customizations.md
Outdated
|
||
N> | ||
The `SelectionCellTemplate` is applicable only when the [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.SfCalendar.html?tabs=tabid-6%2Ctabid-12%2Ctabid-18%2Ctabid-50%2Ctabid-10%2Ctabid-8%2Ctabid-14%2Ctabid-4%2Ctabid-22%2Ctabid-26%2Ctabid-24%2Ctabid-16%2Ctabid-2%2Ctabid-20#Syncfusion_Maui_Calendar_SfCalendar_SelectionMode) is set to Single. It is not applied in Multiple or Range selection modes. It's applicable or Month cell template also. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's applicable or Month cell template also.- remove
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Description
Based on custom view of selection cell template support implemented in month view and selection mode is single.
PR link
https://github.com/essential-studio/maui-calendar/pull/486