hello All,
i'm working on a grid (v13.1) that is bound to a bindinglist when the form is loaded. that bindinglist is getting data behind the scenes in r/t and updating the grid CORRECTLY. however when i resize the grid (with the mouse, while running) by maximising the parent form and dragging the parent form corner in/out the grid completely freezes up. this happens when the grid is idle (no background data coming in).
my grid is docked (FULL), .net 4.5.1, wingrid 13.1
there are no calls to PerformAutoResize or any row/col level events being fired. i read one post somewhere on this site that said putting it inside a panel would alleviate this.
What am i doing wrong?
thanks
Al
Hello Al,
Could you please provide an isolated solution project that reproduces the behavior so we can troubleshoot this behavior?
hey Michael, i will try..there are quite a few moving parts.