Hello,
I am currently generating columns from a Stored Procedure in a grid. The current load time is approximately 15-20 seconds depending on the page size (I am using paging). The Stored Procedure executes in under a second, and the binding of data doesn't seem to be an issue to performance either. Is there any underlying source code that may cause performance issues with dynamic binding?
Note: The total number of columns can be up to 120.
Any feedback would be appreciated, thank you!
EDIT:
We found the culprit, "AllowResizeToFit" is extremely detrimental to the performance of the grid.