I am experiencing some behavior I consider strange when using the grid with the settings of HierarchyLoadMode="Client" along with paging. My highest grid has it's PageSize = 10 and is using a NestedViewTemplate with a grid inside of it. When I execute the page the markup is automatically loaded with 11 rows of controls for the parent grid and then each of them have a nested table with 11 rows within them. This would be fine if I had that much data, but in most cases I only have a few rows of data at the parent and a two or three at the child grid level.
In most of my cases, it is causing the size of my pages to increase from 400kb to 1700kb.
Is it expected to populate all of these extra rows in preparation for client activity?
Best Wishes,
Keith
In most of my cases, it is causing the size of my pages to increase from 400kb to 1700kb.
Is it expected to populate all of these extra rows in preparation for client activity?
Best Wishes,
Keith