I have a paginated ListGrid that warns "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."
In this particular case there are about 800k records, but less than 100 are retrieved at a time. I'm wondering why this warning occurs and if there's a way of getting rid of it. I don't want the data to be filtered, we use pagination to avoid large data transferrals.
In this particular case there are about 800k records, but less than 100 are retrieved at a time. I'm wondering why this warning occurs and if there's a way of getting rid of it. I don't want the data to be filtered, we use pagination to avoid large data transferrals.
Comment