Hi Renz Mancenido,
Greetings from Syncfusion support.
We have checked your reported problem and unable to replicate the issue in ListView component.
Please, refer to the below sample link.
We suspect that your reported problem may be due to the reason, datasource is changed using state variable. We suggest you to add the delayUpdate as true in the ListView component.
|
<ListViewComponent
id="list5"
ref={ref => (this.list1 = ref)}
dataSource={this.state.data}
delayUpdate={true}
template={this.listTemplate.bind(this)}
className="listview mb-3"
/> |
Please, refer to the below link.
If the issue still persists, please share the below details.
1. If possible, replicate the issue in attached sample.
2. Share us the video footage of your reported problem.
3. Share us the datasource bind to the ListView component.
Please let us know, if you need any further assistance.
Regards,
Sowmiya.P