Home

Issues with DumpContainer, checkboxes and sub-lists

Hi,

I was writing a quick script to show a list with some checkboxes and sublists in it and I found a couple of issue I was able to isolate.

I have attached a linqpad to illustrate the issue. basically:

If i have an array as a dumpcontainer contents with some checkboxes in each element (as a property), when I refresh the dumpcontainer the checkbox will return to the initial state even if the state has subsequently changed (this can be worked around by setting the checked state with itself inside the callback)

Also, if each row has a list and the options set it to not be initially expanded, if you try to expand it and then refresh it will go back to being un-expanded. I haven't been able to find a workaround for this.

My expectations is that checkboxes would keep the new state and lists would stay expanded. Not sure if it is a reasonable expectation or if I am missing something.

Comments

Sign In or Register to comment.