Unplanned
Last Updated: 29 Jun 2023 10:48 by Ganesh
We are using RadDrawer for side menu bar navigation. We have set SwipeToOpen="true", but when tried to expand the columns of RadGrid, the side menu bar is getting expanded
Completed
Last Updated: 11 Aug 2021 10:04 by ADMIN
Release R2 2021 SP1

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.