Grid.Api : is the Scrollservice deprecated?

hi,
the Scrollservice is still listed here but it looks like the service has been removed:
https://ej2.syncfusion.com/angular/documentation/grid/api-scroll.html#refresh

at least i can not find this service within the gridcomponent.ts
@syncfusion\ej2-ng-grids\src\grid\grid.component.d.ts

export declare const FilterService: ValueProvider;
export declare const PageService: ValueProvider;
export declare const SelectionService: ValueProvider;
export declare const SortService: ValueProvider;
export declare const GroupService: ValueProvider;
export declare const ReorderService: ValueProvider;
export declare const RowDDService: ValueProvider;
export declare const DetailRowService: ValueProvider;
export declare const ToolbarService: ValueProvider;
export declare const AggregateService: ValueProvider;
export declare const SearchService: ValueProvider;
export declare const VirtualScrollService: ValueProvider;
export declare const EditService: ValueProvider;
export declare const ResizeService: ValueProvider;
export declare const ExcelExportService: ValueProvider;
export declare const PdfExportService: ValueProvider;
export declare const CommandColumnService: ValueProvider;
export declare const ContextMenuService: ValueProvider;
export declare const FreezeService: ValueProvider;
export declare const ColumnMenuService: ValueProvider;
export declare const ColumnChooserService: ValueProvider;
export declare const ForeignKeyService: ValueProvider;
i am just wondering:)
thanks
regards
Viktor

3 Replies

VA Venkatesh Ayothi Raman Syncfusion Team September 6, 2018 05:25 AM UTC

Hi Viktor, 
 
Thanks for using Syncfusion products. 
 
The ScrollService is default injected module in the Grid component. So, there is no need to inject the module while creating the Grid Angular app. We have also mentioned the same Feature modules documentation like as follows, 
 
 
 
Note: SearchService, PrintService, SelectionSerive also default injected service. 
 
Please let us know if you have any further assistance on this. 
 
Regards,
Venkatesh Ayothiraman.
 



VI Viktor September 6, 2018 02:33 PM UTC

ohh, sorry!
it's really embarrassing!
you are right!
no further assistance needed:)
thanks!
regards
viktor




VA Venkatesh Ayothi Raman Syncfusion Team September 7, 2018 03:39 AM UTC

Hi Viktor, 

Thanks for the feedback. 

We are very happy to hear that your query is resolved.  

Regards,
Venkatesh Ayothiraman. 


Loader.
Up arrow icon