Hi Pavel,
Thanks for using Syncfusion products,
We have analyzed your query. We are able to reproduce the
reported issue by not refreshing UI when adding the ItemSource to the children.
However, you can meet your requirement
by writing the UpDateDataRow() method when
calling the ItemSource. Please find the following code snippet to illustrate
this:
Code Snippet [ Xaml]:
using Syncfusion.UI.Xaml.Grid.Helpers;
this.dataGrid.UpdateDataRow(rowIndex);
|
Please let us know if you need further assistance,
Thank you,
Jai Ganesh S