This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
We have a PropertyGrid with the SelectedObject bound to a MultipleObjectWrapper. We have then followed the How To -> Show a Description Panel? from the help file. |
|
|
Your approach sounds fine; rather, it sounds like we need to set the SelectedGridItem to null when the selected object changes. I've added support for this and it will be in the next nightly build (2 Oct 2009). Note that if you are handling the SelectedGridItemChanged event explicitly, you will need to check for a null row if you aren't doing this already; if you are binding to SelectedGridItem then it should just work. |
|