RadDrawer is not disposed properly during an AJAX request. The reasons for this behavior are that
1. The Drawer's dispose() method is not called
2. The Drawer's container element is not removed
The issue can be reproduced with the attached page:
1. Run the page
2. Click the Update button
Result: The new items are appended to the initially rendered ones.