Tagged Questions
3
votes
2answers
258 views
Best practice for displaying no of records on datagrid
I am designing a banking application where i have a record count of over 1000 rows. I wanted to understand the ideal design patterns for pagination and displaying rows on a data grid.
I am ...