Hello,
After adding data to the grid, when we tried to come back to the first position after scrolling down, data that is set to input type is changed back to the old value. The value should not be changed back to the default/old value.
Code Snippet: https://snippet.dhtmlx.com/o9dy96n6
- Change User Input value ‘test’ to ‘test123’.
- Scroll down to the last position
- Scroll up and come back to the first position value changed back to ‘test’.
Value should be ‘test123’ but it changed back to the default value. Please provide the solution.