Hi all,
I'm just trying to find some documentation to explain the the behaviour I'm seeing as there has been a QA defect in the application I work on but I don't believe it's an issue.
So I have a ListGrid that is using a data source, the fetch returns a page worth of data (about 76) records and a the total count which is over a million. So the scrollbar thumb appears quite large suggesting that there is only a page of data, however once the bottom is reached the scrollbar grows and some more records are returned.
I can understand why this occurs as a scrollbar thumb would be tiny should it represent 76 out of 1000000 but what is the actual rules around this, I need to document this to the customer.
Thanks,
Dale
I'm just trying to find some documentation to explain the the behaviour I'm seeing as there has been a QA defect in the application I work on but I don't believe it's an issue.
So I have a ListGrid that is using a data source, the fetch returns a page worth of data (about 76) records and a the total count which is over a million. So the scrollbar thumb appears quite large suggesting that there is only a page of data, however once the bottom is reached the scrollbar grows and some more records are returned.
I can understand why this occurs as a scrollbar thumb would be tiny should it represent 76 out of 1000000 but what is the actual rules around this, I need to document this to the customer.
Thanks,
Dale
Comment