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.
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.