Hi, I have created a dynamic AdvancedDataGrid, columns on data grid is added dynamically and also uses header renders, data is attached via binding (via Model).
The issue is, When the data provider is null or empty my browser hangs, If I try adding a breakpoint in my "custom header renderer" I see that the "creationCompleted" is keep getting called, looks like its creating/validating header columns in a loop. What is the problem, Need to solve this ASAP, I am stuck here. Thanks Gireesh

