Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions MAUI/Autocomplete/AutoSizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ SfAutocomplete autocomplete = new SfAutocomplete()

![.NET MAUI Autocomplete AutoSize.](Images/AutoSizing/net-maui-autocomplete-autosize.png)

## See Also

- [UI Customization in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/ui-customization)

- [LoadMore in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/maximum-display-item-with-expander)

- [Header and Footer in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/header-and-footer)
10 changes: 9 additions & 1 deletion MAUI/Autocomplete/Basic-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@ For example, if the SfAutocomplete’s `AutomationId` is set to “Employee Auto

The following screenshot illustrates the AutomationIds of inner elements.

![.NET MAUI Autocomplete AutomationId Image demonstration](Images/GettingStarted/AutoComplete_AutomationID.png)
![.NET MAUI Autocomplete AutomationId Image demonstration](Images/GettingStarted/AutoComplete_AutomationID.png)

## See Also

- [Selection in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/selection)

- [Searching and Filtering in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/searching-filtering)

- [Highlighting Matched Text in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/highlighting-matched-text)
10 changes: 9 additions & 1 deletion MAUI/Autocomplete/Header-and-Footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,12 @@ namespace AutocompleteSample

{% endtabs %}

![Footer Image](images/HeaderFooter/footertemplate.png)
![Footer Image](images/HeaderFooter/footertemplate.png)

## See Also

- [UI Customization in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/ui-customization)

- [Highlighting Matched Text in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/highlighting-matched-text)

- [No Results Found in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/no-results-found)
10 changes: 9 additions & 1 deletion MAUI/Autocomplete/Highlighting-matched-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,12 @@ It highlights the matching character that are present everywhere in the suggesti

{% endtabs %}

![HighlightText Image](images/HighlightingText/multipleoccurrence.png)
![HighlightText Image](images/HighlightingText/multipleoccurrence.png)

## See Also

- [UI Customization in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/ui-customization)

- [Selection in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/selection)

- [Searching and Filtering in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/searching-filtering)
6 changes: 6 additions & 0 deletions MAUI/Autocomplete/Maximum-display-item-with-Expander.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,10 @@ private void Autocomplete_LoadMoreButtonTapped(object? sender, EventArgs e)
{% endhighlight %}
{% endtabs %}

## See Also

- [UI Customization in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/ui-customization)

- [AutoSizing in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/autosizing)

- [Searching and Filtering in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/searching-filtering)
10 changes: 9 additions & 1 deletion MAUI/Autocomplete/No-Results-Found.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,12 @@ SfAutocomplete autocomplete = new SfAutocomplete()

![NoResultsFoundTemplate](images/NoResultsFound/NoResultsFoundTemplate.png)

N> By Default [NoResultsFoundText](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.DropDownControls.DropDownListBase.html#Syncfusion_Maui_Inputs_DropDownControls_DropDownListBase_NoResultsFoundText) is enabled we can restrict it by using [NoResultsFoundText](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.DropDownControls.DropDownListBase.html#Syncfusion_Maui_Inputs_DropDownControls_DropDownListBase_NoResultsFoundText) as Empty.
N> By Default [NoResultsFoundText](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.DropDownControls.DropDownListBase.html#Syncfusion_Maui_Inputs_DropDownControls_DropDownListBase_NoResultsFoundText) is enabled we can restrict it by using [NoResultsFoundText](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.DropDownControls.DropDownListBase.html#Syncfusion_Maui_Inputs_DropDownControls_DropDownListBase_NoResultsFoundText) as Empty.

## See Also

- [UI Customization in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/ui-customization)

- [Header and Footer in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/header-and-footer)

- [Searching and Filtering in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/searching-filtering)
8 changes: 8 additions & 0 deletions MAUI/Autocomplete/Searching-Filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,3 +493,11 @@ public class CustomAsyncFilter : IAutocompleteFilterBehavior
The following image shows 1 lakh of data being loaded asynchronously in a drop-down at runtime based on typed input.

![.NET MAUI AutoComplete uses custom filtering logic to load asynchronous runtime items.](Images/Searching_Filtering/Asynchronous_items.png)

## See Also

- [Selection in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/selection)

- [Highlighting Matched Text in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/highlighting-matched-text)

- [No Results Found in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/no-results-found)
8 changes: 8 additions & 0 deletions MAUI/Autocomplete/Selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,3 +569,11 @@ autocomplete.Clear();

{% endhighlight %}
{% endtabs %}

## See Also

- [Searching and Filtering in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/searching-filtering)

- [Highlighting Matched Text in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/highlighting-matched-text)

- [Basic Features in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/basic-features)
8 changes: 8 additions & 0 deletions MAUI/Autocomplete/UI-Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -1631,3 +1631,11 @@ public SocialMediaViewModel

{% endhighlight %}
{% endtabs %}

## See Also

- [Header and Footer in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/header-and-footer)

- [Highlighting Matched Text in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/highlighting-matched-text)

- [AutoSizing in .NET MAUI Autocomplete](https://help.syncfusion.com/maui/autocomplete/autosizing)
10 changes: 9 additions & 1 deletion MAUI/Calendar/calendar-identifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,12 @@ this.calendar.DisplayDate = new DateTime(2023, 6, 9);
{% endhighlight %}
{% endtabs %}

![Multiple views of Calendar identifier in .NET MAUI Calendar.](images/calendar-identifier/maui-multiple-calendar-identifier-views.png)
![Multiple views of Calendar identifier in .NET MAUI Calendar.](images/calendar-identifier/maui-multiple-calendar-identifier-views.png)

## See Also

- [Calender Modes in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/calendar-mode)

- [Date Selection in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/selections)

- [Date Restrictions in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/date-restrictions)
7 changes: 7 additions & 0 deletions MAUI/Calendar/calendar-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,10 @@ this.calendar.PopupHeight = 400;

{% endtabs %}

## See Also

- [Views in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/views)

- [Date Selection in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/selections)

- [Date Navigation in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/date-navigation)
8 changes: 8 additions & 0 deletions MAUI/Calendar/customizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -958,3 +958,11 @@ this.calendar.CornerRadius = 15;

N>
The `SelectionCellTemplate` is applicable only when the [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.SfCalendar.html#Syncfusion_Maui_Calendar_SfCalendar_SelectionMode) is set to Single and [AllowViewNavigation](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.SfCalendar.html#Syncfusion_Maui_Calendar_SfCalendar_AllowViewNavigation) is false. It is not applied in Multiple or Range selection modes. You can customize the selection cell appearance using `DataTemplateSelector`.

## See Also

- [Views in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/views)

- [Headers in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/headers)

- [Footer in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/footer)
8 changes: 8 additions & 0 deletions MAUI/Calendar/date-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,11 @@ this.calendar.HeaderView.ShowNavigationArrows = false;
{% endtabs %}

![Month view without ShowNavigationArrows in .NET MAUI Calendar.](images/date-navigation/maui-month-view-show-navigation-arrows.png)

## See Also

- [Calender Modes in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/calendar-mode)

- [Date Selection in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/selections)

- [Views in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/views)
10 changes: 9 additions & 1 deletion MAUI/Calendar/date-restrictions.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,12 @@ this.calendar.SelectableDayPredicate = (date) =>
{% endhighlight %}
{% endtabs %}

![Month view selectable day predicate in .NET MAUI Calendar.](images/date-restriction/net-maui-selectable-day-predicate.png){:width="271" height="351"}
![Month view selectable day predicate in .NET MAUI Calendar.](images/date-restriction/net-maui-selectable-day-predicate.png){:width="271" height="351"}

## See Also

- [Calender Modes in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/calendar-mode)

- [Date Selection in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/selections)

- [Date Navigation in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/date-navigation)
10 changes: 9 additions & 1 deletion MAUI/Calendar/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,12 @@ this.Content = calendar;
{% endhighlight %}
{% endtabs %}

![Footer Text Style in .NET MAUI Calendar.](images/footer/calendar-footer-textstyle.png)
![Footer Text Style in .NET MAUI Calendar.](images/footer/calendar-footer-textstyle.png)

## See Also

- [Views in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/views)

- [Headers in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/headers)

- [Date Navigation in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/date-navigation)
10 changes: 9 additions & 1 deletion MAUI/Calendar/headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,12 @@ public class MonthViewHeaderTemplateSelector : DataTemplateSelector
{% endtabs %}

N>
* When using data template selector, performance issues occur as the conversion template views take time within the framework.
* When using data template selector, performance issues occur as the conversion template views take time within the framework.

## See Also

- [Views in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/views)

- [Calender Modes in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/calendar-mode)

- [Date Navigation in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/date-navigation)
10 changes: 9 additions & 1 deletion MAUI/Calendar/selections.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,12 @@ You can deselect the date by using the `CanToggleDaySelection` property. By defa
this.calendar.CanToggleDaySelection = true;

{% endhighlight %}
{% endtabs %}
{% endtabs %}

## See Also

- [Views in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/views)

- [Date Navigation in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/date-navigation)

- [Date Restrictions in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/date-restrictions)
10 changes: 9 additions & 1 deletion MAUI/Calendar/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,12 @@ this.calendar.View = CalendarView.Century;
{% endhighlight %}
{% endtabs %}

![Century view in .NET MAUI Calendar.](images/views/net-maui-century-view.png)
![Century view in .NET MAUI Calendar.](images/views/net-maui-century-view.png)

## See Also

- [Date Selection in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/selections)

- [Date Navigation in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/date-navigation)

- [Date Restrictions in .NET MAUI Calendar](https://help.syncfusion.com/maui/calendar/date-restrictions)
8 changes: 8 additions & 0 deletions MAUI/Chat/attachment-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,11 @@ You can add the desired image in to the chat by opening the device’s gallery w
![Attach image from gallery in .NET MAUI Chat](images/attachment-button/maui-chat-attach-image-from-gallery.png)

N> [View sample in GitHub](https://github.com/SyncfusionExamples/how-to-attach-image-from-gallery-in-.net-maui-chat)

## See Also

- [Messages in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/messages)

- [Data Binding in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/data-binding)

- [Events and Commands in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/events)
8 changes: 8 additions & 0 deletions MAUI/Chat/data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,11 @@ Implementation of a custom message converter class with conversion logic to conv
{% endtabs %}

N> [View sample in GitHub](https://github.com/SyncfusionExamples/convert-data-objects-to-messages-in-mvvm-in-.net-maui-chat)

## See Also

- [Time Break in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/time-break)

- [Messages in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/messages)

- [Load More in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/load-more)
8 changes: 8 additions & 0 deletions MAUI/Chat/load-more.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,3 +404,11 @@ public partial class MainPage : ContentPage
{% endtabs %}

![Load more template in .NET MAUI Chat](images/load-more/maui-chat-load-more-template.gif)

## See Also

- [Scrolling in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/scrolling)

- [Messages in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/messages)

- [Data Binding in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/data-binding)
8 changes: 8 additions & 0 deletions MAUI/Chat/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2239,3 +2239,11 @@ You can add drop down icon to the incoming messages in `SfChat` by writing custo
![Drop down menu in .NET MAUI Chat](images/messages/maui-chat-show-drop-down-menu.gif)

N> [View sample in GitHub](https://github.com/SyncfusionExamples/how-to-show-drop-down-menu-in-.net-maui-chat)

## See Also

- [Data Binding in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/data-binding)

- [Time Break in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/time-break)

- [Suggestions in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/suggestions)
8 changes: 8 additions & 0 deletions MAUI/Chat/suggestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,3 +476,11 @@ By default, when tapping or clicking the suggestion item, it will be sent as an

{% endhighlight %}
{% endtabs %}

## See Also

- [Messages in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/messages)

- [Data Binding in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/data-binding)

- [Typing Indicator in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/typing-indicator)
8 changes: 8 additions & 0 deletions MAUI/Chat/swiping.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,11 @@ The `SfChat` allows you to cancel the swipe programmatically by calling the [Res

{% endhighlight %}
{% endtabs %}

## See Also

- [Messages in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/messages)

- [Data Binding in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/data-binding)

- [Events and Commands in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/events)
9 changes: 8 additions & 1 deletion MAUI/Chat/time-break.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,11 @@ The `Chat` control allows to load custom template for time break view using the
{% endtabs %}

![Time break template in .NET MAUI Chat](images/time-break/maui-chat-time-break-template.png)


## See Also

- [Messages in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/messages)

- [Data Binding in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/data-binding)

- [Suggestions in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/suggestions)
8 changes: 8 additions & 0 deletions MAUI/Chat/typing-indicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,11 @@ namespace GettingStarted

{% endhighlight %}
{% endtabs %}

## See Also

- [Suggestions in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/suggestions)

- [Messages in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/messages)

- [Styling in .NET MAUI Chat](https://help.syncfusion.com/maui/chat/styles)
10 changes: 9 additions & 1 deletion MAUI/DataGrid/Column-sizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,12 @@ this.Content = dataGrid;
{% endhighlight %}
{% endtabs %}

<img alt="maui-datagrid-customize-auto-width-calculation" src="Images\column-sizing\net-maui-datagrid-customize-column-width-calculation.gif" width="404" Height = "396"/>
<img alt="maui-datagrid-customize-auto-width-calculation" src="Images\column-sizing\net-maui-datagrid-customize-column-width-calculation.gif" width="404" Height = "396"/>

## See Also

- [Columns in .NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/columns)

- [Column Types in .NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/column-types)

- [Column Resizing in .NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/column-resizing)
7 changes: 7 additions & 0 deletions MAUI/DataGrid/Column-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1898,3 +1898,10 @@ The SfDataGrid allows binding the view model property to the `HeaderTemplate` by

<img alt="DataGrid with header template bind to view model" src="Images\column-types\maui-datagrid-header-template-view-model.png" width="404"/>

## See Also

- [Data Binding in .NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/data-binding)

- [Columns in .NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/columns)

- [Styling in .NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/styling)
10 changes: 9 additions & 1 deletion MAUI/DataGrid/FilterRow.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,4 +610,12 @@ public class CustomDataGridMultiSelectComboBoxRenderer : DataGridFilterRowMultiS
{% endhighlight %}
{% endtabs %}

<img alt="Customizing Filter Row in MAUI DataGrid" src="Images\filterrow\maui-datagrid-filterrow-custommultiselect.png" width="404" />
<img alt="Customizing Filter Row in MAUI DataGrid" src="Images\filterrow\maui-datagrid-filterrow-custommultiselect.png" width="404" />

## See Also

- [Filtering in .NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/filtering)

- [Data Binding in .NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/data-binding)

- [Sorting in .NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/sorting)
Loading