Posted 17 January 2023, 9:41 pm EST
- Updated 17 January 2023, 9:57 pm 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.