Hi,
I have a data bound grid. The grid is bound to a person object. The person object has a sub object called person_type. The column that displays the person_type should display person_type.description property so I went into the property browser and changed the field name from person_type to person_type.description and closed the property browser. I run my application and everything appears fine. I then tried to edit another property through the property browser but as soon as I opened the browser the person_type column is missing both from the tree on the left as well as the preview on the right. Closing the browser also removed it from the actual control. Running the application again confirms that the column is not there anymore.
Any ideas on what might be happening?
I have a data bound grid. The grid is bound to a person object. The person object has a sub object called person_type. The column that displays the person_type should display person_type.description property so I went into the property browser and changed the field name from person_type to person_type.description and closed the property browser. I run my application and everything appears fine. I then tried to edit another property through the property browser but as soon as I opened the browser the person_type column is missing both from the tree on the left as well as the preview on the right. Closing the browser also removed it from the actual control. Running the application again confirms that the column is not there anymore.
Any ideas on what might be happening?