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
170
Hierarchical xamdatagrid child rows refresh problem
posted

Hi all,

I am using a hierarchical xamdatagrid to display data.

I am generating the field layouts and fields programmatically.

On the record collapsed event, I dynamically get child objects and append them to the datarecord item.

 

Now, the very first record that I expand, the xamdatagrid does not display the child rows properly.

every subsequent record that I expand, it displays the child items properly.

upon debugging i did notice and ensured that it gets the child items properly and also adds them appropriately to the parent class object.

 

This display problem occurs only with the first record that is expanded.....all subsequent rows do not have that problem?

Is this a refresh problem?

Thank you for your valuable suggestions