Skip to content

Commit edecd11

Browse files
Merge pull request #3433 from syncfusion-content/948368-Update-Migration
948368-Updated-Migration-Document [Development]
2 parents 22a60ee + 1c8cd82 commit edecd11

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MAUI/Picker/migration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,14 @@ The following code example, explains how to initialize the properties of the `Xa
453453
<td>{{'[CancelButtonClicked](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_CancelButtonClicked)'| markdownify }}</td>
454454
<td>Occurs whenever the footer cancel button is clicked in Picker.</td>
455455
</tr>
456+
<tr>
457+
<td>{{'[OnPickerItemLoaded](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfPicker.XForms.SfPicker.html#Syncfusion_SfPicker_XForms_SfPicker_OnPickerItemLoaded)'| markdownify }}</td>
458+
<td>{{'[ItemTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfPicker.html#Syncfusion_Maui_Picker_SfPicker_ItemTemplate)'| markdownify }}</td>
459+
<td>Item template is used to achieve similar functionality in Picker.</td>
460+
</tr>
456461
</table>
457462

458463
## Known issues
459464

460465
* Picker background color is not applied to the popup.
461-
* Picker dynamic items source does not render the picker item.
466+
* Picker dynamic items source does not render the picker item.

0 commit comments

Comments
 (0)