下拉列表隐藏在弹出窗口后面

时间:2019-07-25 13:09:24

标签: html angular angular6 kendo-grid

嗨,我使用kendo网格显示数据,并且其中一列是下拉列表,但是下拉列表的值落后于我通过设置属性 z-index 对于下拉列表,但仍然无法正常运行,请提供帮助。

Image with original popup height

Image after reducing the popup height manually

下拉代码

<kendo-grid-column title="Status Comment" width="200"   >
  <ng-template kendoGridCellTemplate  >
      <kendo-dropdownlist [data]="statusCommentSource"   
      [textField]="'RejectionReason'"
      [valueField]="'RejectionCommentId'"  
      [(ngModel)]="selectedValue"           
      >
        </kendo-dropdownlist>
</ng-template>

0 个答案:

没有答案