Hi
When I exit my app, I need to reset some of the properties of my ultra gird, but I sometime when I try to set the DispalyLayout.ColumnChooserEnabled property of the UltraGrid to false, it will give me a null reference exception.
I found out that the exception is cause by the DispalyLayout is null, can anyone tell me why the DispalyLayout has become null when the UltraGrid object still valid.
Regards,Stephen
Hi Stephen,
The DisplayLayout on the grid should never be null, unless perhaps the grid is in the process of, or has already been, disposed.
Are you sure about that Mike? I keep getting a null reference for it as well, no matter where I access it. Bug?