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
781
XamComboEditorColumn within a child row changes content
posted

Hi,

my xamgrid contains some columns and child columns:

<ig:TextColumn />
<ig:TextColumn />
<ig:ColumnLayout >
<ig:ColumnLayout.Columns>
<ig:TextColumn  />
 <XamGridColumns:XamComboEditorColumn />

 

If i collapse and expand the parent row again the content of the XamComboEditorColumn changes. The other columns keep their content, the cells within the XamComboEditorColumn exchange their content as mentioned. AdjustDisplayElement is called twice for each cell.

Please help, thanks.

Parents Reply Children