You can change the default display mode of the Grid toolbar component, to view the exceeded toolbar items from the available space. This can be achieved by updating the “overflowMode” property of Grid’s toolbarModule. This is explained in the following sample code where the toolbar “overflowMode” property has been updated inside the “created” event of the Grid component. <script> // Grid created event handler function onCreated(args) { this.toolbarModule.toolbar.overflowMode= 'MultiRow'; } </script>
Output
Sample: https://stackblitz.com/edit/grid-toolbar-overflow?file=index.ts |
This page will automatically be redirected to the sign-in page in 10 seconds.