This is a migrated thread and some comments may be shown as answers.

kendo-grid-column field

0 Answers 367 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vikas
Top achievements
Rank 1
Veteran
Vikas asked on 16 Oct 2020, 07:49 AM

i have query regarding the input the field

i want to assign dynamic value to field tag as in

 

<kendo-grid-column field="rsrce_{{group.resorceId}}">

      <ng-template kendoGridCellTemplate let-dataItem="dataItem">
            <input  style="width:69px;height:38px;border-radius: 5px;" type="textbox" [(ngModel)]="dataItem.rsrce_{{group.resorceId}}"  name="rsrceid" class="k-textbox" />
        </ng-template>

</kendo-grid-column>

so basically i am not able to do this because its giving me string interpolated error,  if i remove  kendoGridCellTemplate , its working as expected.

But my requirement is to implement kendoGridCellTemplate .

 

Please help here.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Vikas
Top achievements
Rank 1
Veteran
Share this question
or