Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1415
get the row data and cell Data in igx-grid
posted

Hi team,

Uisng Igx data grid, i want to get the row data when i click button in another grid. Here id is a primary key. i have already mentioned. Also how can i get Column data?

i am not able to access the grid data by using

TS:

 @ViewChild('grid1', { read: IgxGridComponent, static: false }) public grid1: IgxGridComponent;
onBtnClick() {
this.grid1.getRowByIndex(this.id).rowData.

}

Button is outside of grid and i want to access the row data.
Parents Reply Children
No Data