Is it possible to implement ejScroller on ejSpreadSheet for get wheel position?


In Application i use Spread Sheet for show record in excel format.

Retrieve Query:-
$("#Spreadsheet").ejSpreadsheet({
                            sheets: [{ rangeSettings: [{ dataSource: response, startCell: "A1", showHeader: true }], columnWidth: 64 }],
                            allowCharting: true,
                            allowConditionalFormats: true,
                            fieldAsColumnHeader: true,
                            allowSearching: true,
                            },
                            printSettings: { allowPrinting: true }
                        });

Now I want to implement ejScroller on above Spread Sheet for this i write following code but it's not work:
         $("#Spreadsheet
").ejScroller({

                         wheelMove: function (args) {                          alert(args);                            debugger;                        },
                         wheelStop: function (args) {                            alert(args);                            debugger;                        }
                    });

Please suggest any method for get scroll position in ej Spread Sheet.
 

1 Reply

SK Shanmugaraja K Syncfusion Team January 30, 2017 11:02 AM UTC

Hi Kuldeep, 
 
Thanks for using Syncfusion products, 
 
We have created support incident for this query under your account to track the status of this requirement. Please log on to our support website to check for further updates. 
 
 
Regards, 
Shanmugaraja K 


Loader.
Up arrow icon