Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1285
Need sample code for adding the close button clicking / clicked event
posted

I use the TilePanel to basically create a multi document interface for the top level records that are displayed in my app.  My problem is that if users click the close button, the tile closes, but stays in memory along with the control it contains and therefore is not disposed and no new instance can be created.  I tried using a sample I found somehwere on this site, but it did not work.

Any help would be appreciated