-1

I have a spreadsheet and i set event celldoubleclick:

activeSheet.bind(GcSpread.Sheets.Events.CellDoubleClick, function (sender, args) {
//TODO: do something
});

Now I want to call celldoubleclick event by javascript inside $( document ).ready(). Give me some suggestions

Jack
  • 5
  • 1

1 Answers1

0

Sorry for the delay in our response. This should be similar to the other answer posted here:

Selenium driver for testing SpreadJS

The only difference would be is that you would use action.DoubleClick() instead of action.Click().

Regards, Spread Team

GrapeCity Team
  • 837
  • 1
  • 5
  • 8