Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1850
Excel Export Bug....key not found in dictionary
posted

This following code causes the excel export to fail with "Key not found in Dictionary". I am using build 2041.

 private void OnGridBeginExport(object sender, BeginExportEventArgs e) {

        e.Layout.Bands[1].Hidden=true;
    }