@duongvanquyetgmail-com
@duongvanquyetgmail-com
Forum Replies Created
-
AuthorPosts
-
November 24, 2025 at 5:03 am in reply to: How can I use Virtual Pagination in Smart.Blazor Grid? #113215
Duong Quyet
ParticipantHi 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
November 4, 2025 at 7:21 am in reply to: Horizontal scrolling does not reach the end in Smart.Blazor Grid #113183Duong Quyet
ParticipantHi 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.
June 16, 2025 at 8:59 am in reply to: DataGrid CellsCSSRules Property Not Working in Blazor Implementation #112605Duong Quyet
ParticipantI’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)?
-
This reply was modified 6 months ago by
Duong Quyet.
-
This reply was modified 1 month, 1 week ago by
-
AuthorPosts