Unplanned
Last Updated: 21 Oct 2024 07:17 by ADMIN
Sasidhar
Created on: 21 Oct 2024 05:29
Category: Spreadsheet
Type: Bug Report
2
Spreadsheet: Selectionchanged is firing two times when changing the active worksheet
Selectionchanged is firing two times when changing the active worksheet.
2 comments
ADMIN
Dimitar
Posted on: 21 Oct 2024 07:17

Hello Sasidhar,

Thank you for the info. We will consider it when fixing this. 

Regards,
Dimitar
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.

Sasidhar
Posted on: 21 Oct 2024 06:08

Requirement:

When user changes the active worksheet, I need to listen to the selection changed.

Current behavior:

When the active sheet is changed I am getting two events of ActiveWorksheetEditor.Selection.Selectionchanged. In those two the first one is invalid and not at all required. The second event is the actual one.

Required behavior:

I want to listen to only the second event out the two. first one is not valid to me. The second event is giving me the required information.