Hi diego
Greetings from Syncfusion support
Based on your query we suspect that you are facing script error when adding new row to the grid with infinite scroll.
We have prepared a sample with infiniteScrolling but we did not reproduce the mentioned issue at our end. In our sample we checked the mentioned issue with inline edit mode and Infinite scrolling is not compatible with batch editing
Please refer the below Code example and sample for your reference,
Code example :
|
<ejs-grid id="InfiniteGrid" height="600" enableInfiniteScrolling="true" toolbar="@(new List<string>() { "Add", "Edit", "Delete", "Cancel", "Update" })">
<e-grid-editSettings allowAdding="true" allowDeleting="true" allowEditing="true"></e-grid-editSettings>
<e-grid-columns>
<e-grid-column field="Field1" headerText="PlayerName" width="140"></e-grid-column>
<e-grid-column field="Field2" headerText="Year" textAlign="Right" width="120"></e-grid-column>
<e-grid-column field="Field3" headerText="Stint" textAlign="Right" width="120"></e-grid-column>
<e-grid-column field="Field4" headerText="TMID" textAlign="Right" width="120"></e-grid-column>
</e-grid-columns>
</ejs-grid> |
If you still facing the issue, Please share the below details to provide exact solution as soon as possible
- Please share the full grid rendering code.
- Please explain the exact issue that you are facing in the Screenshot or Video demo.
- If possible, Please replicate the issue in the above sample.
- Syncfusion Package Version.
Regards
Vignesh Sivagnanam