@duongvanquyetgmail-com

@duongvanquyetgmail-com

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: How can I use Virtual Pagination in Smart.Blazor Grid? #113215
    Duong Quyet
    Participant

    Hi Markov,
    Thank you for your previous response.

    Do you have any recommended way to handle very large datasets (for example up to 2 million records) in Smart.Blazor Grid?

    For example: using OnPage to load data manually, or any best practices for efficient server-side paging?

    Thanks

    Duong Quyet
    Participant

    Hi Markov,

    I’ve found the cause of the issue. It happens when I add the following line to the <head> section of my _Host.cshtml file:

    <script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" crossorigin="anonymous"></script>
    

    After including this Font Awesome script, the horizontal scrollbar of the Smart.Blazor Grid stops too early and the last column becomes partially hidden. When I remove this script, the Grid scrolls correctly.

    I’m not sure why this script interferes with the Grid’s layout, but that’s what triggers the issue.

    • This reply was modified 1 month, 1 week ago by Duong Quyet.
    Duong Quyet
    Participant

    I’ve reviewed the Conditional Formatting and Templates sections, but they don’t quite meet my requirements. I’m specifically trying to apply dynamic styling using RowCSSRules or CellsCSSRules directly, but haven’t had success—either due to serialization issues or no visual effect.

    Could you please provide a simple working demo showing how to use RowCSSRules or CellsCSSRules in Blazor with a basic condition (e.g., data.Value > 10)?

Viewing 3 posts - 1 through 3 (of 3 total)