Hi All,
I need assistance where i have a requirement for display data in tabular form which iam able to do in hierarchiacal manner. But, i also want to display a button in a rows in the table in data grid.
Ex: in a column i want to display buttons and rest column must data what we render from api call.
Can you guys please Help or provide info, how can we implement this?
Hi,
I am glad that you find my suggestion helpful.
Thank you for using Infragistics components.
Hi Martin Asennov,
Thank you for help, this actually worked for me.
I have created a sample in StackBlitz for your reference. Let me know if that solves your issue.
HI Martin, Can you please provide information how we can achieve the below functionality by passing cell as parameter?
It would be very much helpful.
Thanks
Hi Martin,
what should i give the type for cell in the function def, can u just give the sample of the function please, it would be very much helpful.
For ex:
getData2(cell: IGridCreatedEventArgs, _parentKey: string){
const dataState: IDataState = { key: event.owner.key, parentID: event.parentID, parentKey: _parentKey, rootLevel: false}; this.dataService.getDetails2(dataState.parentID).subscribe(data => { this.details=data; });},error => { });