• Introduction Today I want to disclose how to use the geolocation actions in an Adaptive Card Extension. Since the release of SPFx 1.14 it’s possible to use the location of the user’s device. The specific geolocation actions will be used either to retrieve the device location or to display a location on the map. This

    Read more

  • Introduction SharePoint Framework offers various possibilities, one of those is the ability to create an extension that will enable the developer to extend the command bar in a SharePoint list. To show you what I mean I’ve created a sample solution straight from the default solution that is created with the SharePoint Framework Toolkit. Starting

    Read more

  • Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldSearch control. The PnP reusable property pane controls is a package that contains a lot of useful controls that can be used in any SharePoint Framework web part’s property pane, if you want to know more about this you

    Read more

  • Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the LocationPicker control. If you’re interested you can find the code of this sample here. Visual interface As usual I’ve prepared a sample solution to demonstrate the various possible configurations of the control. Starting with an overview of the

    Read more

  • Introduction The version 1.20 of SharePoint Framework introduces two different charts for the Adaptive Card Extensions, in this post I want to cover the BarChartCardView. As the name suggests, this visual control displays a bar chart. If you’re interested about the other chart control introduced with SPFx version 1.20 you can find a blog post

    Read more

  • Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the FieldPicker control. If you’re interested you can find the code of this sample here. The FieldPicker control is used to display a dropdown that contains a list of SharePoint fields to allow the user to select the desired

    Read more

  • Introduction The version 1.20 of SharePoint Framework introduces two different charts for the Adaptive Card Extensions, in this post I want to cover the PieChartCardView. As the name suggests, this visual control displays a pie chart which can also be displayed as a donut chart. I created a sample solution to display and demonstrate how

    Read more

  • Introduction It’s been a while after my last article regarding how to use MGT and I thought that a revamped article with the newest approach about using MGT in a SPFx React solution would be a good idea, so here we are! After my previous article the package @microsoft/mgt-spfx has been discontinued and in place

    Read more

  • Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldCodeEditor control. The PnP reusable property pane controls is a package that contains a lot of useful controls that can be used in any SharePoint Framework web part’s property pane, if you want to know more about this you can

    Read more

  • Have you ever needed to share code between multiple SharePoint Framework projects but struggle to maintain it? The answer to your problem is the SharePoint Framework Library component! The Library component allows you to deploy an SPPKG and to reuse the code contained in the library package in other SPFx projects deployed in the same

    Read more