Unplanned
Last Updated: 02 May 2023 06:05 by ADMIN
Trevor
Created on: 02 May 2023 05:48
Category: Spreadsheet
Type: Bug Report
0
RadSpreadsheet: Clicking once on a row header fires the ActiveWorksheetEditor_MouseClick event twice

This is the sample code snippet:

        public RadForm1()
        {
            InitializeComponent();
            this.radSpreadsheet1.SpreadsheetElement.ActiveWorksheetEditor.MouseClick += ActiveWorksheetEditor_MouseClick;
        }

        private void ActiveWorksheetEditor_MouseClick(object sender, Telerik.WinControls.Spreadsheet.UI.MouseButtonEventArgs e)
        {
            Console.WriteLine(DateTime.Now.ToLongTimeString());
            var selection = this.radSpreadsheet1.SpreadsheetElement.ActiveWorksheetEditor.Selection.ActiveRange;
            if (!selection.IsColumnRange)
            {
            }
        }

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 02 May 2023 06:05

Hello, Trevor,

Thank you for reporting this undesired behavior. We will do our best to introduce a proper solution accordingly. Make sure that you follow this item in order to get notified once any status changes occur.

Currently, the possible solution that I can suggest is to use the SpreadsheetElement.ActiveWorksheetEditor.MouseLeftButtonUp event which seems to be fired once on my end. Please excuse us for the inconvenience caused.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.