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
190
trouble when refresh UltraGrid after the datasource changed
posted

Hi

 

I explain, I have 2 List which are datasources of 2 ultragrids. The first is a List<subObject> the second is a List<MyObject>. My object contains a List<subObject>. So when I add one item of the List<subObject> to one of the List<MyObject>, the datasource is ok, but when I refresh the ultragrid of List<MyObject>, I can see the + expendable, but when I click on it, the second band appear blank. I have dots on the left, but they links with nothing. Is it clear?

I try ultragrid.refresh, ultragrid.rows.refresh(RefreshRow.ReloadData,true) and the 2 others values of RefreshRow and always nothing. Sometimes, the second band is not blank, but I don't know why, because I have changed nothing in the code.

What's the mistake?