Posted 18 January 2023, 6:41 am EST
- Updated 18 January 2023, 6:57 am EST
Hi Sonu,
Lets assume a custom cell template(a cell may be customized with input and button controls) in wijmo grid.

I have created a component called custom-component which renders input and button controls, I have created each cell in the grid with custom-component.
Now if we keep focus on any of the cell and when we drag the scroller from top to bottom or vice versa the focused cell lasting the custom-component(I mean the component has input and button controls, those are vanishing).
However if I scroll by mouse or touch pad it working fine, but if I drag the scroller(I have marked in the above image, dragged top and bottom) the controls are missing in cellType= “cell”. Please find the below screen.

The cell, which has focus got missed button(down arrow) and customized **input **control and replaced by the default cell edit mode.