Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
After more debugging, I found a very weird behavour. Inside BO.PropertyFieldChanged event, ParentBusinessObject property is null. However, if I debug from form button_click event, the same BO.ParentBusinessObject property show th correct reference.
I have attached sample project.
1. Try to run it
2. Click on simple button1, nothing happen. It is ok.
3. Click simple button 2, new row shown in xtragrid.
4. Key in any value in gridcolumn2. Click on any other column in order PropertyFieldChanged event fired.
5. Error "null reference " occured.
Please advice. Thank you
I failed to upload attachment here. Please download my sample code using url below.
http://files-upload.com/files/456049/Sample1.zip
|