FIX. RadGridView - the controls remains in an invalid state when attempting to load invalid xml with LoadLayout
To reproduce:
- create and populate a grid
- attempt to load invalid XML file (it can be empty as well) in a try/catch block
=> the grid remains in an invalid state
WORKAROUND:
void radButton1_Click(object sender, EventArgs e)
{