2 Answers, 1 is accepted
Thank you for the provided example, and I am glad that you have found a working solution.
Let us know if further assistance is needed.
Regards,
Filip
Hi, VIJAY,
Can you elaborate a bit on the exact scenario in which you are using the ListView when the issue occurs? The most common use case in which there is a nested form inside the ListView in when it is used in Edit mode. Is this your use case as well?
Are you able to replicate the problem in the demo below or send me a sample where I can reproduce and examine the problematic behavior?
Regards,
Vessy
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Vessy,
Yes the form is nested in listView componet but the listView is nested inside treeView and i figured out that treeView causing the issue and i couldn't solve it
Hi, Vijay,
Thank you for the provided addition information, however it will be hard to pinpoint what is causing this issue without an example that can be debugged. Is it possible to send a runnable sample in Stackblitz like the one provided in my previous reply where I can examine the exact setup leading to the problem and see what is causing it?
Hi Vessy,
here is the link for stackblitz which recreates the issue i am facing https://stackblitz.com/edit/react-chzgpq?file=src/App.js
Note : This is just a sample code