Hello,
We use SmartClient Version: v10.0p_2016-02-15/Pro Deployment (built 2016-02-15)
We see the following warning in the smartclient dev console in one of our "paged" ListGrids which fetches 75 rows at a time. drawAheadRatio is 1.
----
WARN:This grid is showing 2,275,808 rows. Due to native rendering limitations, grids with this many rows may not appear correctly on all browsers. Consider filtering the data displayed to the user to reduce the total number of rows displayed at a time. This will improve usability as well as avoiding unpredictable behavior.
---
Can you help us understand this warning. Since we fetch 75 rows at a time and the data is "paged" - what is the meaning of this? Does this indicate that Grid would pre-draw all the 2,275,808 rows, even though showing only the data for 75 rows at a time? That would defeat the purpose of paginating, is n't it?
In essence, we want to show all our data 1 page (of 75 rows) at a time. There is no filter we can apply here.
We use SmartClient Version: v10.0p_2016-02-15/Pro Deployment (built 2016-02-15)
We see the following warning in the smartclient dev console in one of our "paged" ListGrids which fetches 75 rows at a time. drawAheadRatio is 1.
----
WARN:This grid is showing 2,275,808 rows. Due to native rendering limitations, grids with this many rows may not appear correctly on all browsers. Consider filtering the data displayed to the user to reduce the total number of rows displayed at a time. This will improve usability as well as avoiding unpredictable behavior.
---
Can you help us understand this warning. Since we fetch 75 rows at a time and the data is "paged" - what is the meaning of this? Does this indicate that Grid would pre-draw all the 2,275,808 rows, even though showing only the data for 75 rows at a time? That would defeat the purpose of paginating, is n't it?
In essence, we want to show all our data 1 page (of 75 rows) at a time. There is no filter we can apply here.
Comment