blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Grid: Scroll to the bottom programmatically

Open joselitogatchalianalonzo opened this issue 11 months ago • 1 comments

I'm adding rows to the grid dynamically. Whenever the number of rows exceeded the height of the grid, I want to scroll it automatically to the bottom so that user can always see the last item entered. Please let me know how can I accomplish this task. Note: I set AllowPaging=false. It will be great if you can provide sample code.