我在剑道网格中有一个细节行,如下所示:
<div *kendoGridDetailTemplate="let dataItem" id="{{dataItem['UnitId']}}_{{rowIndex}}_DetailToggle">
<unit-detail-component [Unit]="dataItem" [ShowLoadCheckBoxes]="ShowLoadCheckBoxes"></unit-detail-component>
</div>
这很好,但是测试人员想知道是否可以在kendoGridDetailTemplate生成的扩展折叠按钮上放置一个唯一ID,该按钮用于自动回归测试。上面的id属性未设置任何内容。