Unplanned
Last Updated: 23 Aug 2021 05:57 by ADMIN
Charles C
Created on: 23 Aug 2021 05:56
Category: Spreadsheet
Type: Bug Report
0
Spreadsheet: Dialog is shown when handled in the MessageShowing event

Steps to reproduce: 

1. Handle the MessageShowing event like this: 

private void SpreadsheetElement_MessageShowing(object sender, Telerik.WinForms.Controls.Spreadsheet.MessageShowingEventArgs e)
{
    e.IsHandled = true;
}

2. Protect the Workbook 

3. Start the app and paste with the context menu

Actual: A dialog is shown 

0 comments