Add toolbar on bottom of the grid

1 Answer 15 Views
Grid
Claudio
Top achievements
Rank 2
Bronze
Bronze
Iron
Claudio asked on 15 May 2024, 12:43 PM | edited on 15 May 2024, 12:59 PM

Hi, the grid toolbar is default located on top of the grid, i would like to place it on bottom (without using a separate element).

This feature is described in documetation (https://docs.telerik.com/blazor-ui/knowledge-base/grid-pager-top-toolbar-bottom) as will be implemented in future version of the library.

Is this planned? there is a release date?

 

actually i solved with this css, can it be a good workaround?


.k-grid.bottom-toolbar {
    display: flex;
    flex-direction: column-reverse;
}


<TelerikGrid Class="bottom-toolbar" />


 

Thanks

1 Answer, 1 is accepted

Sort by
0
Hristian Stefanov
Telerik team
answered on 15 May 2024, 01:49 PM

Hi Claudio,

I confirm that the workaround you are currently using is OK.

Here is the feature request that will make the desired functionality possible with a built-in option: Allow changing the position of the Grid Toolbar. The feature status is still "Unplanned". That means no specific time frame has been assigned yet. As soon as we move a task to the short-term backlog, the status will change to "Planned", and most likely a release month will appear as well.

In the meantime, if any other alternative solutions appear, I will publicly share them at the above link, as a comment.

Additionally, you can receive email notifications with status updates by subscribing to the feature request.

Regards,
Hristian Stefanov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
Tags
Grid
Asked by
Claudio
Top achievements
Rank 2
Bronze
Bronze
Iron
Answers by
Hristian Stefanov
Telerik team
Share this question
or