Responsive layout in ASP.NET Core PivotClient Control

23 Mar 20211 minute to read

The pivot client widget supports responsive rendering based on the target device (desktop and tablet) resolution. It supports resolution up to 1024x600. You can enable responsiveness in the pivot client by setting the is-responsive property to true.

  • CSHTML
  • <ej-pivot-client id="PivotClient1" is-responsive="true">
       //..
    </ej-pivot-client>

    Responsive layout of ASP NET Core pivot client control