Refering to my previous tickets:
- https://www.devexpress.com/Support/Center/Question/Details/T279958- https://www.devexpress.com/Support/Center/Question/Details/T276823
After installing the hotfix and opening the EditForm of my AspxCardView control the following error message appears twice:
ultiple controls with the same ID 'cell0_-1' werde found. FindControl requires that controls have unique IDs.
This error also appears if i clear or delete the whole EditFormLayoutProperties content.Thanks for you help, kind regards
Wolf
Hi,
I was not able to reproduce the issue. See the attached project along with a video. Would you please modify my project to reproduce the issue so I can research it?
Best regards,
Paul
Hello Paul,
i found the source of the problem. The following source code (which i use for tooltips) within the CardLayoutProperties section results in the error message:
<dx:CardViewColumnLayoutItem ShowCaption="True" CssClass="cwLayoutItem" Caption="Verpackt" Width="65px" CaptionSettings-HorizontalAlign="Center">
</dx:CardViewColumnLayoutItem>
<dx:CardViewColumnLayoutItem ShowCaption="False" ColumnName="InitialEndDate" CssClass="cwLayoutItem" Width="65px" CaptionSettings-HorizontalAlign="Center">
<Template>
<label title="Ziel-/Ist-Datum, wann der Auftrag abgeschlossen wird und an Betriebsleiter übergeben wird. Nicht das TECO-Datum">BK:</label>
</Template>
</dx:CardViewColumnLayoutItem>
<dx:CardViewColumnLayoutItem ShowCaption="False" CssClass="cwLayoutItem" Caption="BL" Width="65px" CaptionSettings-HorizontalAlign="Center">
<Template>
<label title="Ziel-/Ist-Datum, Datum, wann der Auftrag vom Betriebsleiter abgeschlossen wurde">BL:</label>
</Template>
</dx:CardViewColumnLayoutItem>
<dx:CardViewColumnLayoutItem ShowCaption="False" CssClass="cwLayoutItem" Caption="QA-A" Width="65px" CaptionSettings-HorizontalAlign="Center">
<Template>
<label title="Ziel-/Ist-Datum, wann der Auftrag vom QA Assistant abgeschlossen wurde">QA-A:</label>
</Template>
</dx:CardViewColumnLayoutItem>
<dx:CardViewColumnLayoutItem ShowCaption="False" CssClass="cwLayoutItem" Caption="Freigabe" Width="65px" CaptionSettings-HorizontalAlign="Center">
<Template>
<label title="Ziel-/Ist-Datum, wann die Inspection Lot freigegeben wurde. 'Soll' ist entweder das geplante Inspection Lot Ende gemäss SAP, oder das von CSC priorisierte Datum.">QA-A:</label>
</Template>
</dx:CardViewColumnLayoutItem>
To be more concrete: Using one of the following both tags is working, using both of those is resulting in the error:
<dx:CardViewColumnLayoutItem ShowCaption="False" CssClass="cwLayoutItem" Caption="BL" Width="65px" CaptionSettings-HorizontalAlign="Center">
<Template>
<label title="Ziel-/Ist-Datum, Datum, wann der Auftrag vom Betriebsleiter abgeschlossen wurde">BL:</label>
</Template>
</dx:CardViewColumnLayoutItem>
<dx:CardViewColumnLayoutItem ShowCaption="False" CssClass="cwLayoutItem" Caption="QA-A" Width="65px" CaptionSettings-HorizontalAlign="Center">
<Template>
<label title="Ziel-/Ist-Datum, wann der Auftrag vom QA Assistant abgeschlossen wurde">QA-A:</label>
</Template>
</dx:CardViewColumnLayoutItem>
Thanks in advance, kind regards
Wolf
Hi,
Thank you for the report. I was able to reproduce the issue. I've informed our developers about it and they will research it. We will update this thread once we have a result.
Thanks Paul