Steps to reproduce:
- Place an ASPxCardView on the page. Bind it to the data source. Implement data deletion in the OnCardDeleting event handler.
- Set SettingsPager.Mode to "EndlessPaging".
- Delete all cards.
Expected results:
An empty card is displayed once all cards are deleted.
Current results:
An empty card is not displayed once all cards are deleted.
Additional information:
I attached a sample project and a video to illustrate this behavior.