Hi,
I am testing listgrid grouping:
- for listgrid grouping all data needs to be loaded in the client. What is your experience with a workable limit? I understand it always depends on things (no of columns, server side), but got a very rough estimate... I can consider 10000 records workable for client performance or less than that?
- How limiting is the all-data-loaded requirement for practical cases in your experience?
- In other posts, for the data limit you propose to use a treegrid, but as far as I understand, the children of a parent are not loadable in a paged manner, so if a parent has 20000 direct children then that would give problems also?
- with me the summary row is shown below the listgrid horizontal scrollbar. Can I move it above the horizontal scrollbar somehow?
gr. Martin
I am testing listgrid grouping:
- for listgrid grouping all data needs to be loaded in the client. What is your experience with a workable limit? I understand it always depends on things (no of columns, server side), but got a very rough estimate... I can consider 10000 records workable for client performance or less than that?
- How limiting is the all-data-loaded requirement for practical cases in your experience?
- In other posts, for the data limit you propose to use a treegrid, but as far as I understand, the children of a parent are not loadable in a paged manner, so if a parent has 20000 direct children then that would give problems also?
- with me the summary row is shown below the listgrid horizontal scrollbar. Can I move it above the horizontal scrollbar somehow?
gr. Martin
Comment