Hello,
I am using a Repeater with conditional deleteAction to disable delete for some of the rows.
I have Repeater of around 400+ rows, everything except one thing works good and that is whenever I click on delete icon it takes a lot of time to re-render the Repeater rows and then show a confirmation popup, then after clicking on confirm button it takes the same time again and then deletes that row.
Please let me know how can I make it not to re-render the whole Repeater.
Thank you so much.