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
445
Program dies when removing data of mapped object after binding objects first.
posted

Hello.

I'm using XamTreeGrid because of its powerful filter functions.

In my program, I uses two XamTreeGrids on top and bottom side. When I hit some list on top tree grid, the selected items are displayed in bottom tree grid. And you can also do that with context menu for your convenience.

But Program dies in the below 2 situations.

First, Once You choose some items in below tree grid and then click some checkbox item in top tree grid or click context Menu on top tree grid, It die.

Second, After some items are listed on bottom tree grid by selecting some on top tree grid, If you choose any of context menu of bottom tree grid, It also die.

It looks like something happened by hooking event from xamTreeGrid, It's not clear to me. 

Please help me. 

Test Case is here.   https://github.com/jswpro/XamTreeGridSample.git

thanks.

Parents
  • 34510
    Offline posted

    Hi jswpro,

    How exactly is the application dying?  Is there an exception being thrown?  Testing your sample against the latest 15.2 version available, I'm not able to reproduce any crashes or exceptions although maybe I'm just performing your steps incorrectly.  I'm selecting items from the top XamTreeGrid by clicking on the checkboxes and then I'm right clicking inside the bottom XamTreeGrid to bring up the ContextMenu.  I then select one of the menu items.

    What is the exception that you are getting?  Can you provide the stack trace for it?

Reply Children