Completed
Last Updated: 12 Nov 2012 05:02 by ADMIN
ADMIN
Stefan
Created on: 12 Nov 2012 05:02
Category: GridView
Type: Bug Report
1
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)
        {
          
0 comments