Posted 14 October 2024, 2:42 am EST - Updated 14 October 2024, 4:48 am EST
When I change the editor type of the Price column in FlexGridColumn in the following link (FlexGrid Wijmo overview):
FlexGrid Wijmo Overview Link: https://developer.mescius.com/wijmo/demos/Grid/Overview/react
<FlexGridColumn
header="Price"
binding="price"
editor={new InputNumber(document.createElement('div'), {
isRequired: false,
min: 0,
})}
isRequired={false}
width={100}
/>
When I copy the Price cell, the page scroll jumps to the top (as shown in the video). Additionally, when I move from the ID cell to the Date cell by key press right, or from the Country cell to the Date cell by key press left , the scroll also jumps to the header (as shown in the video). These two cases occur on iOS when using an iPad connected to a wireless keyboard. Is there any solution to this issue?
I am urgently addressing this task for a client, and I hope to receive a prompt response from the Wijmo team.
Thank you so much.