Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

243
Views
Cómo puedo acceder a dos valores en una plantilla en la interfaz de usuario de kendo en angular
<kendo-grid-column field="[_id,role]" title="Action"> <ng-template kendoGridCellTemplate let-dataItem> <!-- <span *ngIf="dataItem.ProductID == 1" class="badge badge-success">Online</span> --> <button class="btn btn-success m-2" style="width: 70px;" (click)="openDialog(dataItem._id,dataItem.role)" > select Role</button> </ng-template> </kendo-grid-column>

aquí quiero obtener dos valores _id, rol en la función. ¿Puede por favor aconsejarme cómo puedo obtener ambos valores en la función?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

He resuelto estos problemas, simplemente podemos obtener dos valores como los siguientes

 <kendo-grid-column field="_id" title="Action"> <ng-template kendoGridCellTemplate let-dataItem> <!-- <span *ngIf="dataItem.ProductID == 1" class="badge badge-success">Online</span> --> <button class="btn btn-success m-2" style="width: 70px;" (click)="openDialog(dataItem._id,dataItem.role)" > select Role</button> </ng-template> </kendo-grid-column>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!