Category: Development
-
MGT People Picker control in SPFx

Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the PeoplePicker control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use MGT…
-
Effortless file handling with the DragDropFiles control

Proceeding with the appointments with the PnP React controls today I want to talk about the DragDropFiles control. You can find the code of this sample here on GitHub. The DragDropFiles control is a very helpful one which enables the user to drag and drop files into a specific area…
-
SPFx extensions: discover the Application Customizer

If you’re here probably you’re wondering: “What’s an Application Customizer?” An Application Customizer is a custom SharePoint Framework extension that enable the customization of two possible placeholders (top and bottom) and also to execute code when opening a SharePoint Online page, for example you can prompt the user with a…
-
Enhance Microsoft Graph API consumption with MGT Picker control

Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the Picker control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use MGT…
-
DynamicForm with list selection in property pane

Proceeding with the appointments with the PnP React controls today I want to talk about the DynamicForm control. You can find the code of this sample here on GitHub. The DynamicForm control is surely one of my favorites from the PnP reusable React controls and, as the name suggests, it…